Shades of Indigo #420673
Tints of Indigo #420673
RGB
CMYK
RGB Variations
Color information
#420673 (or 0x420673) is known color: Indigo. HEX triplet: 42, 06 and 73. RGB value is (66,6,115). Sum of RGB (Red+Green+Blue) = 66+6+115=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #420673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420673 is #BDF98C. Grayscale: #232323. Windows color (decimal): -12450189 or 7538242. OLE color: 7538242.
HSL color Cylindrical-coordinate representation of color #420673: hue angle of 273.03º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420673 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 6 | 115 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.55 |
| HSL | 273.03º | 0.9% | 0.24% | - |
| HSV(B) | 273.03º | 0.95% | 0.45% | - |
| XYZ | 5.41 | 2.53 | 16.42 | - |
| YUV | 36.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 115 | 0.43 | 0.95 | 0 | 0.55 | 273.03 | 0.9 | 0.24 |
| Hex | 42 | 6 | 73 | 2B | 5F | 0 | 37 | 111 | 5A | 18 |
| Octal | 102 | 6 | 163 | 53 | 137 | 0 | 67 | 421 | 132 | 30 |
| Binary | 1000010 | 110 | 1110011 | 101011 | 1011111 | 0 | 110111 | 100010001 | 1011010 | 11000 |
Color Harmonies of #420673
Complementary color
Monochromatic Colors of #420673
Black with #420673
Text Example
Text Example
White with #420673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420673; }
p { color: rgb(66,6,115); }
H1.HeaderClassName
{
color: #420673;
}
.AnyTagClassName
{
color: #420673;
}
</style>
background-color css
<style>
a { background-color: #420673; }
a { background-color: rgb(66,6,115); }
div.DivClassName
{
background-color: #420673;
}
.BgClassName
{
background-color: #420673;
}
</style>
border-color css
<style>
span { border-color: #420673; }
span { border-color: rgb(66,6,115); }
td.TdClassName
{
border-color: #420673;
}
.TagClassName
{
border-color: #420673;
}
</style>