Shades of Indigo #420CAC
Tints of Indigo #420CAC
RGB
CMYK
RGB Variations
Color information
#420CAC (or 0x420CAC) is known color: Indigo. HEX triplet: 42, 0C and AC. RGB value is (66,12,172). Sum of RGB (Red+Green+Blue) = 66+12+172=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #420CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420CAC is #BDF353. Grayscale: #2D2D2D. Windows color (decimal): -12448596 or 11275330. OLE color: 11275330.
HSL color Cylindrical-coordinate representation of color #420CAC: hue angle of 260.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420CAC is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 12 | 172 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.33 |
| HSL | 260.25º | 0.87% | 0.36% | - |
| HSV(B) | 260.25º | 0.93% | 0.67% | - |
| XYZ | 9.82 | 4.4 | 39.36 | - |
| YUV | 46.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 172 | 0.62 | 0.93 | 0 | 0.33 | 260.25 | 0.87 | 0.36 |
| Hex | 42 | C | AC | 3E | 5D | 0 | 21 | 104 | 57 | 24 |
| Octal | 102 | 14 | 254 | 76 | 135 | 0 | 41 | 404 | 127 | 44 |
| Binary | 1000010 | 1100 | 10101100 | 111110 | 1011101 | 0 | 100001 | 100000100 | 1010111 | 100100 |
Color Harmonies of #420CAC
Complementary color
Monochromatic Colors of #420CAC
Black with #420CAC
Text Example
Text Example
White with #420CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CAC; }
p { color: rgb(66,12,172); }
H1.HeaderClassName
{
color: #420CAC;
}
.AnyTagClassName
{
color: #420CAC;
}
</style>
background-color css
<style>
a { background-color: #420CAC; }
a { background-color: rgb(66,12,172); }
div.DivClassName
{
background-color: #420CAC;
}
.BgClassName
{
background-color: #420CAC;
}
</style>
border-color css
<style>
span { border-color: #420CAC; }
span { border-color: rgb(66,12,172); }
td.TdClassName
{
border-color: #420CAC;
}
.TagClassName
{
border-color: #420CAC;
}
</style>