Shades of Indigo #580292
Tints of Indigo #580292
RGB
CMYK
RGB Variations
Color information
#580292 (or 0x580292) is known color: Indigo. HEX triplet: 58, 02 and 92. RGB value is (88,2,146). Sum of RGB (Red+Green+Blue) = 88+2+146=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #580292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580292 is #A7FD6D. Grayscale: #2B2B2B. Windows color (decimal): -11009390 or 9568856. OLE color: 9568856.
HSL color Cylindrical-coordinate representation of color #580292: hue angle of 275.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580292 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 2 | 146 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.43 |
| HSL | 275.83º | 0.97% | 0.29% | - |
| HSV(B) | 275.83º | 0.99% | 0.57% | - |
| XYZ | 9.23 | 4.19 | 27.52 | - |
| YUV | 44.13 | 185.49 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 146 | 0.40 | 0.99 | 0 | 0.43 | 275.83 | 0.97 | 0.29 |
| Hex | 58 | 2 | 92 | 28 | 63 | 0 | 2B | 114 | 61 | 1D |
| Octal | 130 | 2 | 222 | 50 | 143 | 0 | 53 | 424 | 141 | 35 |
| Binary | 1011000 | 10 | 10010010 | 101000 | 1100011 | 0 | 101011 | 100010100 | 1100001 | 11101 |
Color Harmonies of #580292
Complementary color
Monochromatic Colors of #580292
Black with #580292
Text Example
Text Example
White with #580292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580292; }
p { color: rgb(88,2,146); }
H1.HeaderClassName
{
color: #580292;
}
.AnyTagClassName
{
color: #580292;
}
</style>
background-color css
<style>
a { background-color: #580292; }
a { background-color: rgb(88,2,146); }
div.DivClassName
{
background-color: #580292;
}
.BgClassName
{
background-color: #580292;
}
</style>
border-color css
<style>
span { border-color: #580292; }
span { border-color: rgb(88,2,146); }
td.TdClassName
{
border-color: #580292;
}
.TagClassName
{
border-color: #580292;
}
</style>