Shades of Indigo #420896
Tints of Indigo #420896
RGB
CMYK
RGB Variations
Color information
#420896 (or 0x420896) is known color: Indigo. HEX triplet: 42, 08 and 96. RGB value is (66,8,150). Sum of RGB (Red+Green+Blue) = 66+8+150=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #420896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420896 is #BDF769. Grayscale: #292929. Windows color (decimal): -12449642 or 9832514. OLE color: 9832514.
HSL color Cylindrical-coordinate representation of color #420896: hue angle of 264.51º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420896 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 8 | 150 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.41 |
| HSL | 264.51º | 0.9% | 0.31% | - |
| HSV(B) | 264.51º | 0.95% | 0.59% | - |
| XYZ | 7.84 | 3.53 | 29.12 | - |
| YUV | 41.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 150 | 0.56 | 0.95 | 0 | 0.41 | 264.51 | 0.9 | 0.31 |
| Hex | 42 | 8 | 96 | 38 | 5F | 0 | 29 | 109 | 5A | 1F |
| Octal | 102 | 10 | 226 | 70 | 137 | 0 | 51 | 411 | 132 | 37 |
| Binary | 1000010 | 1000 | 10010110 | 111000 | 1011111 | 0 | 101001 | 100001001 | 1011010 | 11111 |
Color Harmonies of #420896
Complementary color
Monochromatic Colors of #420896
Black with #420896
Text Example
Text Example
White with #420896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420896; }
p { color: rgb(66,8,150); }
H1.HeaderClassName
{
color: #420896;
}
.AnyTagClassName
{
color: #420896;
}
</style>
background-color css
<style>
a { background-color: #420896; }
a { background-color: rgb(66,8,150); }
div.DivClassName
{
background-color: #420896;
}
.BgClassName
{
background-color: #420896;
}
</style>
border-color css
<style>
span { border-color: #420896; }
span { border-color: rgb(66,8,150); }
td.TdClassName
{
border-color: #420896;
}
.TagClassName
{
border-color: #420896;
}
</style>