Shades of Indigo #420574
Tints of Indigo #420574
RGB
CMYK
RGB Variations
Color information
#420574 (or 0x420574) is known color: Indigo. HEX triplet: 42, 05 and 74. RGB value is (66,5,116). Sum of RGB (Red+Green+Blue) = 66+5+116=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #420574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420574 is #BDFA8B. Grayscale: #232323. Windows color (decimal): -12450444 or 7603522. OLE color: 7603522.
HSL color Cylindrical-coordinate representation of color #420574: hue angle of 272.97º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420574 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 5 | 116 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.55 |
| HSL | 272.97º | 0.92% | 0.24% | - |
| HSV(B) | 272.97º | 0.96% | 0.45% | - |
| XYZ | 5.45 | 2.53 | 16.72 | - |
| YUV | 35.89 | 173.21 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 116 | 0.43 | 0.96 | 0 | 0.55 | 272.97 | 0.92 | 0.24 |
| Hex | 42 | 5 | 74 | 2B | 60 | 0 | 37 | 111 | 5C | 18 |
| Octal | 102 | 5 | 164 | 53 | 140 | 0 | 67 | 421 | 134 | 30 |
| Binary | 1000010 | 101 | 1110100 | 101011 | 1100000 | 0 | 110111 | 100010001 | 1011100 | 11000 |
Color Harmonies of #420574
Complementary color
Monochromatic Colors of #420574
Black with #420574
Text Example
Text Example
White with #420574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420574; }
p { color: rgb(66,5,116); }
H1.HeaderClassName
{
color: #420574;
}
.AnyTagClassName
{
color: #420574;
}
</style>
background-color css
<style>
a { background-color: #420574; }
a { background-color: rgb(66,5,116); }
div.DivClassName
{
background-color: #420574;
}
.BgClassName
{
background-color: #420574;
}
</style>
border-color css
<style>
span { border-color: #420574; }
span { border-color: rgb(66,5,116); }
td.TdClassName
{
border-color: #420574;
}
.TagClassName
{
border-color: #420574;
}
</style>