Shades of Indigo #420873
Tints of Indigo #420873
RGB
CMYK
RGB Variations
Color information
#420873 (or 0x420873) is known color: Indigo. HEX triplet: 42, 08 and 73. RGB value is (66,8,115). Sum of RGB (Red+Green+Blue) = 66+8+115=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #420873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420873 is #BDF78C. Grayscale: #252525. Windows color (decimal): -12449677 or 7538754. OLE color: 7538754.
HSL color Cylindrical-coordinate representation of color #420873: hue angle of 272.52º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420873 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 8 | 115 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.55 |
| HSL | 272.52º | 0.87% | 0.24% | - |
| HSV(B) | 272.52º | 0.93% | 0.45% | - |
| XYZ | 5.43 | 2.57 | 16.43 | - |
| YUV | 37.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 115 | 0.43 | 0.93 | 0 | 0.55 | 272.52 | 0.87 | 0.24 |
| Hex | 42 | 8 | 73 | 2B | 5D | 0 | 37 | 111 | 57 | 18 |
| Octal | 102 | 10 | 163 | 53 | 135 | 0 | 67 | 421 | 127 | 30 |
| Binary | 1000010 | 1000 | 1110011 | 101011 | 1011101 | 0 | 110111 | 100010001 | 1010111 | 11000 |
Color Harmonies of #420873
Complementary color
Monochromatic Colors of #420873
Black with #420873
Text Example
Text Example
White with #420873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420873; }
p { color: rgb(66,8,115); }
H1.HeaderClassName
{
color: #420873;
}
.AnyTagClassName
{
color: #420873;
}
</style>
background-color css
<style>
a { background-color: #420873; }
a { background-color: rgb(66,8,115); }
div.DivClassName
{
background-color: #420873;
}
.BgClassName
{
background-color: #420873;
}
</style>
border-color css
<style>
span { border-color: #420873; }
span { border-color: rgb(66,8,115); }
td.TdClassName
{
border-color: #420873;
}
.TagClassName
{
border-color: #420873;
}
</style>