Shades of Indigo #420CAA
Tints of Indigo #420CAA
RGB
CMYK
RGB Variations
Color information
#420CAA (or 0x420CAA) is known color: Indigo. HEX triplet: 42, 0C and AA. RGB value is (66,12,170). Sum of RGB (Red+Green+Blue) = 66+12+170=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #420CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420CAA is #BDF355. Grayscale: #2D2D2D. Windows color (decimal): -12448598 or 11144258. OLE color: 11144258.
HSL color Cylindrical-coordinate representation of color #420CAA: hue angle of 260.51º 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 #420CAA is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 12 | 170 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.33 |
| HSL | 260.51º | 0.87% | 0.36% | - |
| HSV(B) | 260.51º | 0.93% | 0.67% | - |
| XYZ | 9.63 | 4.32 | 38.36 | - |
| YUV | 46.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 170 | 0.61 | 0.93 | 0 | 0.33 | 260.51 | 0.87 | 0.36 |
| Hex | 42 | C | AA | 3D | 5D | 0 | 21 | 105 | 57 | 24 |
| Octal | 102 | 14 | 252 | 75 | 135 | 0 | 41 | 405 | 127 | 44 |
| Binary | 1000010 | 1100 | 10101010 | 111101 | 1011101 | 0 | 100001 | 100000101 | 1010111 | 100100 |
Color Harmonies of #420CAA
Complementary color
Monochromatic Colors of #420CAA
Black with #420CAA
Text Example
Text Example
White with #420CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CAA; }
p { color: rgb(66,12,170); }
H1.HeaderClassName
{
color: #420CAA;
}
.AnyTagClassName
{
color: #420CAA;
}
</style>
background-color css
<style>
a { background-color: #420CAA; }
a { background-color: rgb(66,12,170); }
div.DivClassName
{
background-color: #420CAA;
}
.BgClassName
{
background-color: #420CAA;
}
</style>
border-color css
<style>
span { border-color: #420CAA; }
span { border-color: rgb(66,12,170); }
td.TdClassName
{
border-color: #420CAA;
}
.TagClassName
{
border-color: #420CAA;
}
</style>