Indigo (Purple)
#4A1A75
RGB: 74, 26, 117
Color OverviewHEX #4A1A75

#4A1A75 Color Code Information

In the RGB color space, #4A1A75 is composed of 29% red, 10% green, and 46% blue. In the HSL color space, it has a hue of 272°, saturation of 64%, and lightness of 28%.

HEX
#4A1A75
RGB
74, 26, 117
HSL
272°, 64%, 28%
HSV
272°, 78%, 46%
CMYK
37%, 78%, 0%, 54%
Name Match
Indigo
Closest Standard

Shades of #4A1A75 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #4A1A75 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #4A1A75 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #4A1A75

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #4A1A75 Background
Contrast Ratio against Pure White (#FFFFFF):12.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #4A1A75 Background
Contrast Ratio against Pure Black (#000000):1.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #4A1A75;
}

.element {
  color: #4A1A75;
  background-color: #4A1A75;
  border-color: #4A1A75;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#4A1A75] text-[#4A1A75] border-[#4A1A75]">
  Content styled with #4A1A75
</div>