# Overview Brand Identity A complete profile of **Overview**'s visual system — colors, typography, components, and personality — extracted from https://overview.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/overview - Machine-readable JSON: https://characterquilt.com/branding/overview.json - Per-page llms.txt: https://characterquilt.com/branding/overview/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0E1E42 | | Accent | #735CFF | | Body Font | Segoe UI | | Heading Font | Segoe UI | ## Color Palette - primary: #0E1E42 - secondary: #532EE3 - accent: #735CFF - background: #FFFFFF - textPrimary: #374151 - link: #374151 ## Typography - primary: Segoe UI — https://fonts.google.com/specimen/Segoe+UI - heading: Segoe UI — https://fonts.google.com/specimen/Segoe+UI ## Visual Assets - Logo: https://www.overview.ai/_next/image/?url=%2Flogo.png&w=3840&q=75 - Favicon: https://www.overview.ai/apple-touch-icon.png - Social card (og:image): https://www.overview.ai/images/HERO/hero.jpeg ## UI Components - buttonPrimary: background=#735CFF, textColor=#FFFFFF, borderRadius=8px, shadow=none - buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=12px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: manufacturing industry professionals ## Overview Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **AI Vision Blog - Manufacturing Quality Control Insights** - Image: https://www.overview.ai/images/blog/high-density-connector-hero.webp - Source: https://www.overview.ai/blog/ - **加入Overview.ai - AI 视觉革命招聘** - Image: https://www.overview.ai/_next/image/?url=%2Fimages%2Fteam%2FLisbonteam.jpg&w=3840&q=75 - Source: https://www.overview.ai/cn/company/careers/ - **AI Vision Blog - Manufacturing Quality Control Insights** - Image: https://www.overview.ai/images/blog/ai-vision-business-case.webp - Source: https://www.overview.ai/blog/ - **OV20i Sensor de Visión IA - Visión IA Compacta con Clasificación y Segmentación** - Image: https://www.overview.ai/images/products/OV20ifactory.jpeg - Source: https://www.overview.ai/es/products/ov20i/ - **AI Vision Blog - Manufacturing Quality Control Insights** - Image: https://www.overview.ai/images/blog/genai-manufacturing-2026.webp - Source: https://www.overview.ai/blog/ - **OV80i Sistema de Visión IA - Alto Rendimiento con C-mount y 70 TOPS** - Image: https://www.overview.ai/images/products/OV80iproducts.jpg - Source: https://www.overview.ai/es/products/ov80i/ ## 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": "Segoe UI", "role": "body" }, { "family": "Roboto", "role": "body" }, { "family": "Helvetica Neue", "role": "body" }, { "family": "Arial", "role": "body" } ], "colors": { "primary": "#0E1E42", "secondary": "#532EE3", "accent": "#735CFF", "background": "#FFFFFF", "textPrimary": "#374151", "link": "#374151" }, "typography": { "fontFamilies": { "primary": "Segoe UI", "heading": "Segoe UI" }, "fontStacks": { "heading": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "sans-serif" ], "body": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "sans-serif" ], "paragraph": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "72px", "h2": "48px", "body": "14px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "buttonPrimary": { "background": "#735CFF", "textColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" }, "buttonSecondary": { "background": "transparent", "textColor": "#FFFFFF", "borderColor": "#FFFFFF", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" } }, "images": { "logo": "https://www.overview.ai/_next/image/?url=%2Flogo.png&w=3840&q=75", "favicon": "https://www.overview.ai/apple-touch-icon.png", "ogImage": "https://www.overview.ai/images/HERO/hero.jpeg", "logoHref": "/", "logoAlt": "Overview.ai" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage. The alt text matches the brand name 'Overview.ai', confirming it as the primary brand logo.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 4, "text": "Accept all", "reasoning": "Button #1 has a vibrant blue background (#735CFF), which is a strong indicator of a primary CTA. The text 'Accept all' suggests an action-oriented purpose, making it suitable as the primary button." }, "secondary": { "index": 1, "text": "Book Demo", "reasoning": "Button #2 has a transparent background, making it a suitable secondary button. It contrasts with the primary button's vibrant color and offers a different action ('Book Demo')." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "manufacturing industry professionals" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage. The alt text matches the brand name 'Overview.ai', confirming it as the primary brand logo.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```