Shades of Indigo #420AAB
Tints of Indigo #420AAB
RGB
CMYK
RGB Variations
Color information
#420AAB (or 0x420AAB) is known color: Indigo. HEX triplet: 42, 0A and AB. RGB value is (66,10,171). Sum of RGB (Red+Green+Blue) = 66+10+171=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #420AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420AAB is #BDF554. Grayscale: #2C2C2C. Windows color (decimal): -12449109 or 11209282. OLE color: 11209282.
HSL color Cylindrical-coordinate representation of color #420AAB: hue angle of 260.87º 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 #420AAB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 10 | 171 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.33 |
| HSL | 260.87º | 0.89% | 0.35% | - |
| HSV(B) | 260.87º | 0.94% | 0.67% | - |
| XYZ | 9.71 | 4.32 | 38.85 | - |
| YUV | 45.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 171 | 0.61 | 0.94 | 0 | 0.33 | 260.87 | 0.89 | 0.35 |
| Hex | 42 | A | AB | 3D | 5E | 0 | 21 | 105 | 59 | 23 |
| Octal | 102 | 12 | 253 | 75 | 136 | 0 | 41 | 405 | 131 | 43 |
| Binary | 1000010 | 1010 | 10101011 | 111101 | 1011110 | 0 | 100001 | 100000101 | 1011001 | 100011 |
Color Harmonies of #420AAB
Complementary color
Monochromatic Colors of #420AAB
Black with #420AAB
Text Example
Text Example
White with #420AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420AAB; }
p { color: rgb(66,10,171); }
H1.HeaderClassName
{
color: #420AAB;
}
.AnyTagClassName
{
color: #420AAB;
}
</style>
background-color css
<style>
a { background-color: #420AAB; }
a { background-color: rgb(66,10,171); }
div.DivClassName
{
background-color: #420AAB;
}
.BgClassName
{
background-color: #420AAB;
}
</style>
border-color css
<style>
span { border-color: #420AAB; }
span { border-color: rgb(66,10,171); }
td.TdClassName
{
border-color: #420AAB;
}
.TagClassName
{
border-color: #420AAB;
}
</style>