Shades of Indigo #42096E
Tints of Indigo #42096E
RGB
CMYK
RGB Variations
Color information
#42096E (or 0x42096E) is known color: Indigo. HEX triplet: 42, 09 and 6E. RGB value is (66,9,110). Sum of RGB (Red+Green+Blue) = 66+9+110=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #42096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42096E is #BDF691. Grayscale: #252525. Windows color (decimal): -12449426 or 7211330. OLE color: 7211330.
HSL color Cylindrical-coordinate representation of color #42096E: hue angle of 273.86º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42096E is Cyan = 0.4, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 9 | 110 | - |
| CMYK | 0.4 | 0.92 | 0 | 0.57 |
| HSL | 273.86º | 0.85% | 0.23% | - |
| HSV(B) | 273.86º | 0.92% | 0.43% | - |
| XYZ | 5.16 | 2.48 | 14.96 | - |
| YUV | 37.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 110 | 0.4 | 0.92 | 0 | 0.57 | 273.86 | 0.85 | 0.23 |
| Hex | 42 | 9 | 6E | 28 | 5C | 0 | 39 | 112 | 55 | 17 |
| Octal | 102 | 11 | 156 | 50 | 134 | 0 | 71 | 422 | 125 | 27 |
| Binary | 1000010 | 1001 | 1101110 | 101000 | 1011100 | 0 | 111001 | 100010010 | 1010101 | 10111 |
Color Harmonies of #42096E
Complementary color
Monochromatic Colors of #42096E
Black with #42096E
Text Example
Text Example
White with #42096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42096E; }
p { color: rgb(66,9,110); }
H1.HeaderClassName
{
color: #42096E;
}
.AnyTagClassName
{
color: #42096E;
}
</style>
background-color css
<style>
a { background-color: #42096E; }
a { background-color: rgb(66,9,110); }
div.DivClassName
{
background-color: #42096E;
}
.BgClassName
{
background-color: #42096E;
}
</style>
border-color css
<style>
span { border-color: #42096E; }
span { border-color: rgb(66,9,110); }
td.TdClassName
{
border-color: #42096E;
}
.TagClassName
{
border-color: #42096E;
}
</style>