# Infinite Machine Brand Identity A complete profile of **Infinite Machine**'s visual system — colors, typography, components, and personality — extracted from https://www.infinitemachine.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/infinite-machine - Machine-readable JSON: https://characterquilt.com/branding/infinite-machine.json - Per-page llms.txt: https://characterquilt.com/branding/infinite-machine/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #3898EC | | Accent | #000000 | | Body Font | Helvetica Now Display | | Heading Font | Helvetica Now Display | ## Color Palette - primary: #3898EC - secondary: #CC3732 - accent: #000000 - background: #FFFFFF - textPrimary: #000000 - link: #0082F3 ## Typography - primary: Helvetica Now Display — https://fonts.google.com/specimen/Helvetica+Now+Display - heading: Helvetica Now Display — https://fonts.google.com/specimen/Helvetica+Now+Display ## Visual Assets - Favicon: https://cdn.prod.website-files.com/66856cd71d6df6db1cada051/66856d6895cb60752913bec6_favicon-32.png - Social card (og:image): https://cdn.prod.website-files.com/66856cd71d6df6db1cada051/6849ec0028e839f37c5b791f_og-image-olto-infinite-machine.jpg ## UI Components - input: background=#FFFFFF, textColor=#000000, borderColor=#F8F8F8, borderRadius=0px, shadow=none - buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=0px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#000000, borderRadius=0px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy consumers ## Infinite Machine Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Olto Additional Battery** - Image: https://cdn.prod.website-files.com/66ea2a84659b76f5d91d481b/6840eb52c68f526e1e589e5b_f4a42d87-1bf4-4b15-a105-93e7950e97ca.png - Source: https://www.infinitemachine.com/products/olto-battery - **Backgammon Set** - Image: https://cdn.prod.website-files.com/66ea2a84659b76f5d91d481b/684a1b4cdc730e14d3bd54aa_BACKGAMMON-4-pichi.png - Source: https://www.infinitemachine.com/products/backgammon-set-1 - **Olto Additional Battery** - Image: https://cdn.prod.website-files.com/66ea2a84659b76f5d91d481b/6840eb51c68f526e1e589e57_293415f4-22f4-404a-b71c-51422089c1c5.png - Source: https://www.infinitemachine.com/products/olto-battery - **Sidewalls** - Image: https://cdn.prod.website-files.com/66ea2a84659b76f5d91d481b/6840eb85fb8992edc11d1e7e_3b15e512-c0c5-4405-8640-1cfe4a495d0a.png - Source: https://www.infinitemachine.com/products/olto-sidewalls - **Olto** - Image: https://cdn.prod.website-files.com/66ea2a84659b76f5d91d481b/683a3453ca7abafea4c1ba66_OLTO-HEADLIGHT-DETAIL-pichi.jpeg - Source: https://www.infinitemachine.com/products/olto-1 - **P1 Tech Specs** - Image: https://cdn.prod.website-files.com/66856cd71d6df6db1cada051/68543dc36d7ab5a1a4b8e050_p1_dash.jpg - Source: https://www.infinitemachine.com/p1/tech-spec ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Helvetica Now Display", "role": "body" } ], "colors": { "primary": "#3898EC", "secondary": "#CC3732", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#0082F3" }, "typography": { "fontFamilies": { "primary": "Helvetica Now Display", "heading": "Helvetica Now Display" }, "fontStacks": { "heading": [ "Helvetica Now Display", "sans-serif" ], "body": [ "Helvetica Now Display", "sans-serif" ], "paragraph": [ "Helvetica Now Display", "sans-serif" ] }, "fontSizes": { "h1": "19.8835px", "h2": "89.4758px", "body": "39.767px" } }, "spacing": { "baseUnit": 4, "borderRadius": "10px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#F8F8F8", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#000000", "textColor": "#FFFFFF", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#000000", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "favicon": "https://cdn.prod.website-files.com/66856cd71d6df6db1cada051/66856d6895cb60752913bec6_favicon-32.png", "ogImage": "https://cdn.prod.website-files.com/66856cd71d6df6db1cada051/6849ec0028e839f37c5b791f_og-image-olto-infinite-machine.jpg" }, "__llm_logo_reasoning": { "selectedIndex": -1, "reasoning": "No suitable logo was found that clearly represents the brand 'Infinite Machine' in the header area. The visible candidates do not match the expected brand logo characteristics.", "confidence": 0.3, "rejected": true, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Checkout", "reasoning": "Button #0 ('Checkout') has a dark background (#000000) which stands out prominently against the light theme, making it a strong candidate for the primary CTA." }, "secondary": { "index": 6, "text": "Book Test Ride", "reasoning": "Button #6 ('Book Test Ride') has a white background (#FFFFFF), providing a clear contrast to the primary button's dark color, making it suitable as a secondary CTA." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy consumers" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "No suitable logo was found that clearly represents the brand 'Infinite Machine' in the header area. The visible candidates do not match the expected brand logo characteristics.", "confidence": 0.3 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```