Shades of Indigo #580586
Tints of Indigo #580586
RGB
CMYK
RGB Variations
Color information
#580586 (or 0x580586) is known color: Indigo. HEX triplet: 58, 05 and 86. RGB value is (88,5,134). Sum of RGB (Red+Green+Blue) = 88+5+134=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #580586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580586 is #A7FA79. Grayscale: #2C2C2C. Windows color (decimal): -11008634 or 8783192. OLE color: 8783192.
HSL color Cylindrical-coordinate representation of color #580586: hue angle of 278.6º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580586 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 5 | 134 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.47 |
| HSL | 278.6º | 0.93% | 0.27% | - |
| HSV(B) | 278.6º | 0.96% | 0.53% | - |
| XYZ | 8.38 | 3.9 | 22.87 | - |
| YUV | 44.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 134 | 0.34 | 0.96 | 0 | 0.47 | 278.6 | 0.93 | 0.27 |
| Hex | 58 | 5 | 86 | 22 | 60 | 0 | 2F | 117 | 5D | 1B |
| Octal | 130 | 5 | 206 | 42 | 140 | 0 | 57 | 427 | 135 | 33 |
| Binary | 1011000 | 101 | 10000110 | 100010 | 1100000 | 0 | 101111 | 100010111 | 1011101 | 11011 |
Color Harmonies of #580586
Complementary color
Monochromatic Colors of #580586
Black with #580586
Text Example
Text Example
White with #580586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580586; }
p { color: rgb(88,5,134); }
H1.HeaderClassName
{
color: #580586;
}
.AnyTagClassName
{
color: #580586;
}
</style>
background-color css
<style>
a { background-color: #580586; }
a { background-color: rgb(88,5,134); }
div.DivClassName
{
background-color: #580586;
}
.BgClassName
{
background-color: #580586;
}
</style>
border-color css
<style>
span { border-color: #580586; }
span { border-color: rgb(88,5,134); }
td.TdClassName
{
border-color: #580586;
}
.TagClassName
{
border-color: #580586;
}
</style>