#3A1692
A dark, vivid purple closely aligning with Indigo.
About #3A1692
Visually, #3A1692 is defined as a vivid purple. Designers often compare it to the standard color Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 22, and 146.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 60% cyan, 85% magenta, 0% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A1692
RGB58, 22, 146
HSL257.4°, 73.8%, 32.9%
CMYK60%, 85%, 0%, 43%
HSV257.4°, 84.9%, 57.3%
LAB22.1, 47.4, -60.7
XYZ7.2, 3.5, 27.5
Decimal3806866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.28:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.74:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1692;
}
.text-color {
color: #3A1692;
}
.border-color {
border: 2px solid #3A1692;
}