Shades of Indigo #420973
Tints of Indigo #420973
RGB
CMYK
RGB Variations
Color information
#420973 (or 0x420973) is known color: Indigo. HEX triplet: 42, 09 and 73. RGB value is (66,9,115). Sum of RGB (Red+Green+Blue) = 66+9+115=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #420973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420973 is #BDF68C. Grayscale: #252525. Windows color (decimal): -12449421 or 7539010. OLE color: 7539010.
HSL color Cylindrical-coordinate representation of color #420973: hue angle of 272.26º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420973 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 9 | 115 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.55 |
| HSL | 272.26º | 0.85% | 0.24% | - |
| HSV(B) | 272.26º | 0.92% | 0.45% | - |
| XYZ | 5.44 | 2.59 | 16.43 | - |
| YUV | 38.13 | 171.38 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 115 | 0.43 | 0.92 | 0 | 0.55 | 272.26 | 0.85 | 0.24 |
| Hex | 42 | 9 | 73 | 2B | 5C | 0 | 37 | 110 | 55 | 18 |
| Octal | 102 | 11 | 163 | 53 | 134 | 0 | 67 | 420 | 125 | 30 |
| Binary | 1000010 | 1001 | 1110011 | 101011 | 1011100 | 0 | 110111 | 100010000 | 1010101 | 11000 |
Color Harmonies of #420973
Complementary color
Monochromatic Colors of #420973
Black with #420973
Text Example
Text Example
White with #420973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420973; }
p { color: rgb(66,9,115); }
H1.HeaderClassName
{
color: #420973;
}
.AnyTagClassName
{
color: #420973;
}
</style>
background-color css
<style>
a { background-color: #420973; }
a { background-color: rgb(66,9,115); }
div.DivClassName
{
background-color: #420973;
}
.BgClassName
{
background-color: #420973;
}
</style>
border-color css
<style>
span { border-color: #420973; }
span { border-color: rgb(66,9,115); }
td.TdClassName
{
border-color: #420973;
}
.TagClassName
{
border-color: #420973;
}
</style>