#3A0F99
A dark, vivid purple closely aligning with Darkblue.
About #3A0F99
The hex code #3A0F99 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 15, and 153.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 62% cyan and 90% magenta inks. With a hue angle of 258.7 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A0F99
RGB58, 15, 153
HSL258.7°, 82.1%, 32.9%
CMYK62%, 90%, 0%, 40%
HSV258.7°, 90.2%, 60.0%
LAB22.1, 51.8, -65.1
XYZ7.7, 3.5, 30.4
Decimal3805081
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.29:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.75:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0F99;
}
.text-color {
color: #3A0F99;
}
.border-color {
border: 2px solid #3A0F99;
}