Shades of Indigo #420191
Tints of Indigo #420191
RGB
CMYK
RGB Variations
Color information
#420191 (or 0x420191) is known color: Indigo. HEX triplet: 42, 01 and 91. RGB value is (66,1,145). Sum of RGB (Red+Green+Blue) = 66+1+145=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #420191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420191 is #BDFE6E. Grayscale: #242424. Windows color (decimal): -12451439 or 9503042. OLE color: 9503042.
HSL color Cylindrical-coordinate representation of color #420191: hue angle of 267.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420191 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 1 | 145 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.43 |
| HSL | 267.08º | 0.99% | 0.29% | - |
| HSV(B) | 267.08º | 0.99% | 0.57% | - |
| XYZ | 7.37 | 3.22 | 27.02 | - |
| YUV | 36.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 145 | 0.54 | 0.99 | 0 | 0.43 | 267.08 | 0.99 | 0.29 |
| Hex | 42 | 1 | 91 | 36 | 63 | 0 | 2B | 10B | 63 | 1D |
| Octal | 102 | 1 | 221 | 66 | 143 | 0 | 53 | 413 | 143 | 35 |
| Binary | 1000010 | 1 | 10010001 | 110110 | 1100011 | 0 | 101011 | 100001011 | 1100011 | 11101 |
Color Harmonies of #420191
Complementary color
Monochromatic Colors of #420191
Black with #420191
Text Example
Text Example
White with #420191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420191; }
p { color: rgb(66,1,145); }
H1.HeaderClassName
{
color: #420191;
}
.AnyTagClassName
{
color: #420191;
}
</style>
background-color css
<style>
a { background-color: #420191; }
a { background-color: rgb(66,1,145); }
div.DivClassName
{
background-color: #420191;
}
.BgClassName
{
background-color: #420191;
}
</style>
border-color css
<style>
span { border-color: #420191; }
span { border-color: rgb(66,1,145); }
td.TdClassName
{
border-color: #420191;
}
.TagClassName
{
border-color: #420191;
}
</style>