Shades of Indigo #420F77
Tints of Indigo #420F77
RGB
CMYK
RGB Variations
Color information
#420F77 (or 0x420F77) is known color: Indigo. HEX triplet: 42, 0F and 77. RGB value is (66,15,119). Sum of RGB (Red+Green+Blue) = 66+15+119=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #420F77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F77 is #BDF088. Grayscale: #292929. Windows color (decimal): -12447881 or 7802690. OLE color: 7802690.
HSL color Cylindrical-coordinate representation of color #420F77: hue angle of 269.42º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420F77 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 15 | 119 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.53 |
| HSL | 269.42º | 0.78% | 0.26% | - |
| HSV(B) | 269.42º | 0.87% | 0.47% | - |
| XYZ | 5.75 | 2.83 | 17.7 | - |
| YUV | 42.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 119 | 0.45 | 0.87 | 0 | 0.53 | 269.42 | 0.78 | 0.26 |
| Hex | 42 | F | 77 | 2D | 57 | 0 | 35 | 10D | 4E | 1A |
| Octal | 102 | 17 | 167 | 55 | 127 | 0 | 65 | 415 | 116 | 32 |
| Binary | 1000010 | 1111 | 1110111 | 101101 | 1010111 | 0 | 110101 | 100001101 | 1001110 | 11010 |
Color Harmonies of #420F77
Complementary color
Monochromatic Colors of #420F77
Black with #420F77
Text Example
Text Example
White with #420F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F77; }
p { color: rgb(66,15,119); }
H1.HeaderClassName
{
color: #420F77;
}
.AnyTagClassName
{
color: #420F77;
}
</style>
background-color css
<style>
a { background-color: #420F77; }
a { background-color: rgb(66,15,119); }
div.DivClassName
{
background-color: #420F77;
}
.BgClassName
{
background-color: #420F77;
}
</style>
border-color css
<style>
span { border-color: #420F77; }
span { border-color: rgb(66,15,119); }
td.TdClassName
{
border-color: #420F77;
}
.TagClassName
{
border-color: #420F77;
}
</style>