#3A006D
A dark, vivid purple closely aligning with Indigo.
About #3A006D
Visually, #3A006D is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(58, 0, 109).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 47% cyan, 100% magenta, 0% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A006D
RGB58, 0, 109
HSL271.9°, 100.0%, 21.4%
CMYK47%, 100%, 0%, 57%
HSV271.9°, 100.0%, 42.7%
LAB15.5, 45.1, -48.1
XYZ4.5, 2.0, 14.6
Decimal3801197
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.99:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.33:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A006D;
}
.text-color {
color: #3A006D;
}
.border-color {
border: 2px solid #3A006D;
}