Shades of Indigo #420F97
Tints of Indigo #420F97
RGB
CMYK
RGB Variations
Color information
#420F97 (or 0x420F97) is known color: Indigo. HEX triplet: 42, 0F and 97. RGB value is (66,15,151). Sum of RGB (Red+Green+Blue) = 66+15+151=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #420F97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420F97 is #BDF068. Grayscale: #2D2D2D. Windows color (decimal): -12447849 or 9899842. OLE color: 9899842.
HSL color Cylindrical-coordinate representation of color #420F97: hue angle of 262.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420F97 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 15 | 151 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.41 |
| HSL | 262.5º | 0.82% | 0.33% | - |
| HSV(B) | 262.5º | 0.9% | 0.59% | - |
| XYZ | 8 | 3.73 | 29.58 | - |
| YUV | 45.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 151 | 0.56 | 0.90 | 0 | 0.41 | 262.5 | 0.82 | 0.33 |
| Hex | 42 | F | 97 | 38 | 5A | 0 | 29 | 106 | 52 | 21 |
| Octal | 102 | 17 | 227 | 70 | 132 | 0 | 51 | 406 | 122 | 41 |
| Binary | 1000010 | 1111 | 10010111 | 111000 | 1011010 | 0 | 101001 | 100000110 | 1010010 | 100001 |
Color Harmonies of #420F97
Complementary color
Monochromatic Colors of #420F97
Black with #420F97
Text Example
Text Example
White with #420F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F97; }
p { color: rgb(66,15,151); }
H1.HeaderClassName
{
color: #420F97;
}
.AnyTagClassName
{
color: #420F97;
}
</style>
background-color css
<style>
a { background-color: #420F97; }
a { background-color: rgb(66,15,151); }
div.DivClassName
{
background-color: #420F97;
}
.BgClassName
{
background-color: #420F97;
}
</style>
border-color css
<style>
span { border-color: #420F97; }
span { border-color: rgb(66,15,151); }
td.TdClassName
{
border-color: #420F97;
}
.TagClassName
{
border-color: #420F97;
}
</style>