#4916A0
A dark, vivid purple closely aligning with Indigo.
About #4916A0
The hex code #4916A0 represents a beautifully specific shade of purple. Designers often compare it to the standard color Indigo. In the RGB color space, it consists of 73 red, 22 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 54% C, 86% M, 0% Y, and 37% K. With a hue angle of 262.2 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4916A0
RGB73, 22, 160
HSL262.2°, 75.8%, 35.7%
CMYK54%, 86%, 0%, 37%
HSV262.2°, 86.2%, 62.7%
LAB25.3, 52.8, -63.9
XYZ9.4, 4.5, 33.6
Decimal4789920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.02:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.53:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4916A0;
}
.text-color {
color: #4916A0;
}
.border-color {
border: 2px solid #4916A0;
}