Shades of Indigo #420097
Tints of Indigo #420097
RGB
CMYK
RGB Variations
Color information
#420097 (or 0x420097) is known color: Indigo. HEX triplet: 42, 00 and 97. RGB value is (66,0,151). Sum of RGB (Red+Green+Blue) = 66+0+151=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #420097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420097 is #BDFF68. Grayscale: #242424. Windows color (decimal): -12451689 or 9896002. OLE color: 9896002.
HSL color Cylindrical-coordinate representation of color #420097: hue angle of 266.23º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420097 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 0 | 151 | - |
| CMYK | 0.56 | 1 | 0 | 0.41 |
| HSL | 266.23º | 1% | 0.3% | - |
| HSV(B) | 266.23º | 1% | 0.59% | - |
| XYZ | 7.83 | 3.39 | 29.52 | - |
| YUV | 36.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 151 | 0.56 | 1 | 0 | 0.41 | 266.23 | 1 | 0.3 |
| Hex | 42 | 0 | 97 | 38 | 64 | 0 | 29 | 10A | 64 | 1E |
| Octal | 102 | 0 | 227 | 70 | 144 | 0 | 51 | 412 | 144 | 36 |
| Binary | 1000010 | 0 | 10010111 | 111000 | 1100100 | 0 | 101001 | 100001010 | 1100100 | 11110 |
Color Harmonies of #420097
Complementary color
Monochromatic Colors of #420097
Black with #420097
Text Example
Text Example
White with #420097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420097; }
p { color: rgb(66,0,151); }
H1.HeaderClassName
{
color: #420097;
}
.AnyTagClassName
{
color: #420097;
}
</style>
background-color css
<style>
a { background-color: #420097; }
a { background-color: rgb(66,0,151); }
div.DivClassName
{
background-color: #420097;
}
.BgClassName
{
background-color: #420097;
}
</style>
border-color css
<style>
span { border-color: #420097; }
span { border-color: rgb(66,0,151); }
td.TdClassName
{
border-color: #420097;
}
.TagClassName
{
border-color: #420097;
}
</style>