Shades of Indigo #420197
Tints of Indigo #420197
RGB
CMYK
RGB Variations
Color information
#420197 (or 0x420197) is known color: Indigo. HEX triplet: 42, 01 and 97. RGB value is (66,1,151). Sum of RGB (Red+Green+Blue) = 66+1+151=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #420197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420197 is #BDFE68. Grayscale: #252525. Windows color (decimal): -12451433 or 9896258. OLE color: 9896258.
HSL color Cylindrical-coordinate representation of color #420197: hue angle of 266º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420197 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 1 | 151 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.41 |
| HSL | 266º | 0.99% | 0.3% | - |
| HSV(B) | 266º | 0.99% | 0.59% | - |
| XYZ | 7.84 | 3.41 | 29.52 | - |
| YUV | 37.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 151 | 0.56 | 0.99 | 0 | 0.41 | 266 | 0.99 | 0.3 |
| Hex | 42 | 1 | 97 | 38 | 63 | 0 | 29 | 10A | 63 | 1E |
| Octal | 102 | 1 | 227 | 70 | 143 | 0 | 51 | 412 | 143 | 36 |
| Binary | 1000010 | 1 | 10010111 | 111000 | 1100011 | 0 | 101001 | 100001010 | 1100011 | 11110 |
Color Harmonies of #420197
Complementary color
Monochromatic Colors of #420197
Black with #420197
Text Example
Text Example
White with #420197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420197; }
p { color: rgb(66,1,151); }
H1.HeaderClassName
{
color: #420197;
}
.AnyTagClassName
{
color: #420197;
}
</style>
background-color css
<style>
a { background-color: #420197; }
a { background-color: rgb(66,1,151); }
div.DivClassName
{
background-color: #420197;
}
.BgClassName
{
background-color: #420197;
}
</style>
border-color css
<style>
span { border-color: #420197; }
span { border-color: rgb(66,1,151); }
td.TdClassName
{
border-color: #420197;
}
.TagClassName
{
border-color: #420197;
}
</style>