Shades of Indigo #420F99
Tints of Indigo #420F99
RGB
CMYK
RGB Variations
Color information
#420F99 (or 0x420F99) is known color: Indigo. HEX triplet: 42, 0F and 99. RGB value is (66,15,153). Sum of RGB (Red+Green+Blue) = 66+15+153=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #420F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420F99 is #BDF066. Grayscale: #2D2D2D. Windows color (decimal): -12447847 or 10030914. OLE color: 10030914.
HSL color Cylindrical-coordinate representation of color #420F99: hue angle of 262.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420F99 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 15 | 153 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.4 |
| HSL | 262.17º | 0.82% | 0.33% | - |
| HSV(B) | 262.17º | 0.9% | 0.6% | - |
| XYZ | 8.17 | 3.8 | 30.44 | - |
| YUV | 45.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 153 | 0.57 | 0.90 | 0 | 0.4 | 262.17 | 0.82 | 0.33 |
| Hex | 42 | F | 99 | 39 | 5A | 0 | 28 | 106 | 52 | 21 |
| Octal | 102 | 17 | 231 | 71 | 132 | 0 | 50 | 406 | 122 | 41 |
| Binary | 1000010 | 1111 | 10011001 | 111001 | 1011010 | 0 | 101000 | 100000110 | 1010010 | 100001 |
Color Harmonies of #420F99
Complementary color
Monochromatic Colors of #420F99
Black with #420F99
Text Example
Text Example
White with #420F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F99; }
p { color: rgb(66,15,153); }
H1.HeaderClassName
{
color: #420F99;
}
.AnyTagClassName
{
color: #420F99;
}
</style>
background-color css
<style>
a { background-color: #420F99; }
a { background-color: rgb(66,15,153); }
div.DivClassName
{
background-color: #420F99;
}
.BgClassName
{
background-color: #420F99;
}
</style>
border-color css
<style>
span { border-color: #420F99; }
span { border-color: rgb(66,15,153); }
td.TdClassName
{
border-color: #420F99;
}
.TagClassName
{
border-color: #420F99;
}
</style>