Shades of Indigo #42119F
Tints of Indigo #42119F
RGB
CMYK
RGB Variations
Color information
#42119F (or 0x42119F) is known color: Indigo. HEX triplet: 42, 11 and 9F. RGB value is (66,17,159). Sum of RGB (Red+Green+Blue) = 66+17+159=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #42119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42119F is #BDEE60. Grayscale: #2F2F2F. Windows color (decimal): -12447329 or 10424642. OLE color: 10424642.
HSL color Cylindrical-coordinate representation of color #42119F: hue angle of 260.7º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42119F is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 17 | 159 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.38 |
| HSL | 260.7º | 0.81% | 0.35% | - |
| HSV(B) | 260.7º | 0.89% | 0.62% | - |
| XYZ | 8.71 | 4.06 | 33.13 | - |
| YUV | 47.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 159 | 0.58 | 0.89 | 0 | 0.38 | 260.7 | 0.81 | 0.35 |
| Hex | 42 | 11 | 9F | 3A | 59 | 0 | 26 | 105 | 51 | 23 |
| Octal | 102 | 21 | 237 | 72 | 131 | 0 | 46 | 405 | 121 | 43 |
| Binary | 1000010 | 10001 | 10011111 | 111010 | 1011001 | 0 | 100110 | 100000101 | 1010001 | 100011 |
Color Harmonies of #42119F
Complementary color
Monochromatic Colors of #42119F
Black with #42119F
Text Example
Text Example
White with #42119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42119F; }
p { color: rgb(66,17,159); }
H1.HeaderClassName
{
color: #42119F;
}
.AnyTagClassName
{
color: #42119F;
}
</style>
background-color css
<style>
a { background-color: #42119F; }
a { background-color: rgb(66,17,159); }
div.DivClassName
{
background-color: #42119F;
}
.BgClassName
{
background-color: #42119F;
}
</style>
border-color css
<style>
span { border-color: #42119F; }
span { border-color: rgb(66,17,159); }
td.TdClassName
{
border-color: #42119F;
}
.TagClassName
{
border-color: #42119F;
}
</style>