Shades of Indigo #42099F
Tints of Indigo #42099F
RGB
CMYK
RGB Variations
Color information
#42099F (or 0x42099F) is known color: Indigo. HEX triplet: 42, 09 and 9F. RGB value is (66,9,159). Sum of RGB (Red+Green+Blue) = 66+9+159=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #42099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42099F is #BDF660. Grayscale: #2A2A2A. Windows color (decimal): -12449377 or 10422594. OLE color: 10422594.
HSL color Cylindrical-coordinate representation of color #42099F: hue angle of 262.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42099F is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 9 | 159 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.38 |
| HSL | 262.8º | 0.89% | 0.33% | - |
| HSV(B) | 262.8º | 0.94% | 0.62% | - |
| XYZ | 8.6 | 3.86 | 33.09 | - |
| YUV | 43.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 159 | 0.58 | 0.94 | 0 | 0.38 | 262.8 | 0.89 | 0.33 |
| Hex | 42 | 9 | 9F | 3A | 5E | 0 | 26 | 107 | 59 | 21 |
| Octal | 102 | 11 | 237 | 72 | 136 | 0 | 46 | 407 | 131 | 41 |
| Binary | 1000010 | 1001 | 10011111 | 111010 | 1011110 | 0 | 100110 | 100000111 | 1011001 | 100001 |
Color Harmonies of #42099F
Complementary color
Monochromatic Colors of #42099F
Black with #42099F
Text Example
Text Example
White with #42099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42099F; }
p { color: rgb(66,9,159); }
H1.HeaderClassName
{
color: #42099F;
}
.AnyTagClassName
{
color: #42099F;
}
</style>
background-color css
<style>
a { background-color: #42099F; }
a { background-color: rgb(66,9,159); }
div.DivClassName
{
background-color: #42099F;
}
.BgClassName
{
background-color: #42099F;
}
</style>
border-color css
<style>
span { border-color: #42099F; }
span { border-color: rgb(66,9,159); }
td.TdClassName
{
border-color: #42099F;
}
.TagClassName
{
border-color: #42099F;
}
</style>