#4216A0
A dark, vivid purple closely aligning with Darkblue.
About #4216A0
At its core, #4216A0 is a dark and vivid hue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(66, 22, 160).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 86% magenta, 0% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4216A0
RGB66, 22, 160
HSL259.1°, 75.8%, 35.7%
CMYK59%, 86%, 0%, 37%
HSV259.1°, 86.2%, 62.7%
LAB24.5, 52.1, -65.3
XYZ8.9, 4.3, 33.6
Decimal4331168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.33:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.83:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4216A0;
}
.text-color {
color: #4216A0;
}
.border-color {
border: 2px solid #4216A0;
}