#3A0FA0
A dark, vivid purple closely aligning with Darkblue.
About #3A0FA0
The hex code #3A0FA0 represents a beautifully specific shade of purple. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(58, 15, 160).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 64% cyan, 91% magenta, 0% yellow, and 37% black. This makes it a relatively light 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#3A0FA0
RGB58, 15, 160
HSL257.8°, 82.9%, 34.3%
CMYK64%, 91%, 0%, 37%
HSV257.8°, 90.6%, 62.7%
LAB22.9, 53.7, -68.0
XYZ8.3, 3.8, 33.6
Decimal3805088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.96:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.43:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0FA0;
}
.text-color {
color: #3A0FA0;
}
.border-color {
border: 2px solid #3A0FA0;
}