Shades of Indigo #420AAA
Tints of Indigo #420AAA
RGB
CMYK
RGB Variations
Color information
#420AAA (or 0x420AAA) is known color: Indigo. HEX triplet: 42, 0A and AA. RGB value is (66,10,170). Sum of RGB (Red+Green+Blue) = 66+10+170=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #420AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420AAA is #BDF555. Grayscale: #2C2C2C. Windows color (decimal): -12449110 or 11143746. OLE color: 11143746.
HSL color Cylindrical-coordinate representation of color #420AAA: hue angle of 261º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420AAA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 10 | 170 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.33 |
| HSL | 261º | 0.89% | 0.35% | - |
| HSV(B) | 261º | 0.94% | 0.67% | - |
| XYZ | 9.61 | 4.28 | 38.35 | - |
| YUV | 44.98 | 198.55 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 170 | 0.61 | 0.94 | 0 | 0.33 | 261 | 0.89 | 0.35 |
| Hex | 42 | A | AA | 3D | 5E | 0 | 21 | 105 | 59 | 23 |
| Octal | 102 | 12 | 252 | 75 | 136 | 0 | 41 | 405 | 131 | 43 |
| Binary | 1000010 | 1010 | 10101010 | 111101 | 1011110 | 0 | 100001 | 100000101 | 1011001 | 100011 |
Color Harmonies of #420AAA
Complementary color
Monochromatic Colors of #420AAA
Black with #420AAA
Text Example
Text Example
White with #420AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420AAA; }
p { color: rgb(66,10,170); }
H1.HeaderClassName
{
color: #420AAA;
}
.AnyTagClassName
{
color: #420AAA;
}
</style>
background-color css
<style>
a { background-color: #420AAA; }
a { background-color: rgb(66,10,170); }
div.DivClassName
{
background-color: #420AAA;
}
.BgClassName
{
background-color: #420AAA;
}
</style>
border-color css
<style>
span { border-color: #420AAA; }
span { border-color: rgb(66,10,170); }
td.TdClassName
{
border-color: #420AAA;
}
.TagClassName
{
border-color: #420AAA;
}
</style>