Shades of Indigo #580576
Tints of Indigo #580576
RGB
CMYK
RGB Variations
Color information
#580576 (or 0x580576) is known color: Indigo. HEX triplet: 58, 05 and 76. RGB value is (88,5,118). Sum of RGB (Red+Green+Blue) = 88+5+118=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #580576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580576 is #A7FA89. Grayscale: #2A2A2A. Windows color (decimal): -11008650 or 7734616. OLE color: 7734616.
HSL color Cylindrical-coordinate representation of color #580576: hue angle of 284.07º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580576 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 5 | 118 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.54 |
| HSL | 284.07º | 0.92% | 0.24% | - |
| HSV(B) | 284.07º | 0.96% | 0.46% | - |
| XYZ | 7.35 | 3.49 | 17.43 | - |
| YUV | 42.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 118 | 0.25 | 0.96 | 0 | 0.54 | 284.07 | 0.92 | 0.24 |
| Hex | 58 | 5 | 76 | 19 | 60 | 0 | 36 | 11C | 5C | 18 |
| Octal | 130 | 5 | 166 | 31 | 140 | 0 | 66 | 434 | 134 | 30 |
| Binary | 1011000 | 101 | 1110110 | 11001 | 1100000 | 0 | 110110 | 100011100 | 1011100 | 11000 |
Color Harmonies of #580576
Complementary color
Monochromatic Colors of #580576
Black with #580576
Text Example
Text Example
White with #580576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580576; }
p { color: rgb(88,5,118); }
H1.HeaderClassName
{
color: #580576;
}
.AnyTagClassName
{
color: #580576;
}
</style>
background-color css
<style>
a { background-color: #580576; }
a { background-color: rgb(88,5,118); }
div.DivClassName
{
background-color: #580576;
}
.BgClassName
{
background-color: #580576;
}
</style>
border-color css
<style>
span { border-color: #580576; }
span { border-color: rgb(88,5,118); }
td.TdClassName
{
border-color: #580576;
}
.TagClassName
{
border-color: #580576;
}
</style>