#3A0750
A very dark, vivid purple closely aligning with Midnightblue.
About #3A0750
Visually, #3A0750 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Midnightblue. This translates to an RGB value of rgb(58, 7, 80).
If you are designing for print, the four-color process is what matters most. The color uses 28% Cyan, 91% Magenta, 0% Yellow, and 69% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very 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#3A0750
RGB58, 7, 80
HSL281.9°, 83.9%, 17.1%
CMYK28%, 91%, 0%, 69%
HSV281.9°, 91.2%, 31.4%
LAB13.4, 35.8, -32.1
XYZ3.3, 1.6, 7.7
Decimal3802960
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.84:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.14:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0750;
}
.text-color {
color: #3A0750;
}
.border-color {
border: 2px solid #3A0750;
}