Shades of Indigo #58029F
Tints of Indigo #58029F
RGB
CMYK
RGB Variations
Color information
#58029F (or 0x58029F) is known color: Indigo. HEX triplet: 58, 02 and 9F. RGB value is (88,2,159). Sum of RGB (Red+Green+Blue) = 88+2+159=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #58029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58029F is #A7FD60. Grayscale: #2D2D2D. Windows color (decimal): -11009377 or 10420824. OLE color: 10420824.
HSL color Cylindrical-coordinate representation of color #58029F: hue angle of 272.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58029F is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 2 | 159 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.38 |
| HSL | 272.87º | 0.98% | 0.32% | - |
| HSV(B) | 272.87º | 0.99% | 0.62% | - |
| XYZ | 10.3 | 4.62 | 33.15 | - |
| YUV | 45.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 159 | 0.45 | 0.99 | 0 | 0.38 | 272.87 | 0.98 | 0.32 |
| Hex | 58 | 2 | 9F | 2D | 63 | 0 | 26 | 111 | 62 | 20 |
| Octal | 130 | 2 | 237 | 55 | 143 | 0 | 46 | 421 | 142 | 40 |
| Binary | 1011000 | 10 | 10011111 | 101101 | 1100011 | 0 | 100110 | 100010001 | 1100010 | 100000 |
Color Harmonies of #58029F
Complementary color
Monochromatic Colors of #58029F
Black with #58029F
Text Example
Text Example
White with #58029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58029F; }
p { color: rgb(88,2,159); }
H1.HeaderClassName
{
color: #58029F;
}
.AnyTagClassName
{
color: #58029F;
}
</style>
background-color css
<style>
a { background-color: #58029F; }
a { background-color: rgb(88,2,159); }
div.DivClassName
{
background-color: #58029F;
}
.BgClassName
{
background-color: #58029F;
}
</style>
border-color css
<style>
span { border-color: #58029F; }
span { border-color: rgb(88,2,159); }
td.TdClassName
{
border-color: #58029F;
}
.TagClassName
{
border-color: #58029F;
}
</style>