Shades of Indigo #42089F
Tints of Indigo #42089F
RGB
CMYK
RGB Variations
Color information
#42089F (or 0x42089F) is known color: Indigo. HEX triplet: 42, 08 and 9F. RGB value is (66,8,159). Sum of RGB (Red+Green+Blue) = 66+8+159=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #42089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42089F is #BDF760. Grayscale: #2A2A2A. Windows color (decimal): -12449633 or 10422338. OLE color: 10422338.
HSL color Cylindrical-coordinate representation of color #42089F: hue angle of 263.05º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42089F is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 8 | 159 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.38 |
| HSL | 263.05º | 0.9% | 0.33% | - |
| HSV(B) | 263.05º | 0.95% | 0.62% | - |
| XYZ | 8.59 | 3.84 | 33.09 | - |
| YUV | 42.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 159 | 0.58 | 0.95 | 0 | 0.38 | 263.05 | 0.9 | 0.33 |
| Hex | 42 | 8 | 9F | 3A | 5F | 0 | 26 | 107 | 5A | 21 |
| Octal | 102 | 10 | 237 | 72 | 137 | 0 | 46 | 407 | 132 | 41 |
| Binary | 1000010 | 1000 | 10011111 | 111010 | 1011111 | 0 | 100110 | 100000111 | 1011010 | 100001 |
Color Harmonies of #42089F
Complementary color
Monochromatic Colors of #42089F
Black with #42089F
Text Example
Text Example
White with #42089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42089F; }
p { color: rgb(66,8,159); }
H1.HeaderClassName
{
color: #42089F;
}
.AnyTagClassName
{
color: #42089F;
}
</style>
background-color css
<style>
a { background-color: #42089F; }
a { background-color: rgb(66,8,159); }
div.DivClassName
{
background-color: #42089F;
}
.BgClassName
{
background-color: #42089F;
}
</style>
border-color css
<style>
span { border-color: #42089F; }
span { border-color: rgb(66,8,159); }
td.TdClassName
{
border-color: #42089F;
}
.TagClassName
{
border-color: #42089F;
}
</style>