Shades of Indigo #42009F
Tints of Indigo #42009F
RGB
CMYK
RGB Variations
Color information
#42009F (or 0x42009F) is known color: Indigo. HEX triplet: 42, 00 and 9F. RGB value is (66,0,159). Sum of RGB (Red+Green+Blue) = 66+0+159=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #42009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42009F is #BDFF60. Grayscale: #252525. Windows color (decimal): -12451681 or 10420290. OLE color: 10420290.
HSL color Cylindrical-coordinate representation of color #42009F: hue angle of 264.91º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42009F is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 0 | 159 | - |
| CMYK | 0.58 | 1 | 0 | 0.38 |
| HSL | 264.91º | 1% | 0.31% | - |
| HSV(B) | 264.91º | 1% | 0.62% | - |
| XYZ | 8.5 | 3.66 | 33.06 | - |
| YUV | 37.86 | 196.37 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 159 | 0.58 | 1 | 0 | 0.38 | 264.91 | 1 | 0.31 |
| Hex | 42 | 0 | 9F | 3A | 64 | 0 | 26 | 109 | 64 | 1F |
| Octal | 102 | 0 | 237 | 72 | 144 | 0 | 46 | 411 | 144 | 37 |
| Binary | 1000010 | 0 | 10011111 | 111010 | 1100100 | 0 | 100110 | 100001001 | 1100100 | 11111 |
Color Harmonies of #42009F
Complementary color
Monochromatic Colors of #42009F
Black with #42009F
Text Example
Text Example
White with #42009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42009F; }
p { color: rgb(66,0,159); }
H1.HeaderClassName
{
color: #42009F;
}
.AnyTagClassName
{
color: #42009F;
}
</style>
background-color css
<style>
a { background-color: #42009F; }
a { background-color: rgb(66,0,159); }
div.DivClassName
{
background-color: #42009F;
}
.BgClassName
{
background-color: #42009F;
}
</style>
border-color css
<style>
span { border-color: #42009F; }
span { border-color: rgb(66,0,159); }
td.TdClassName
{
border-color: #42009F;
}
.TagClassName
{
border-color: #42009F;
}
</style>