Shades of Indigo #580590
Tints of Indigo #580590
RGB
CMYK
RGB Variations
Color information
#580590 (or 0x580590) is known color: Indigo. HEX triplet: 58, 05 and 90. RGB value is (88,5,144). Sum of RGB (Red+Green+Blue) = 88+5+144=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #580590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580590 is #A7FA6F. Grayscale: #2D2D2D. Windows color (decimal): -11008624 or 9438552. OLE color: 9438552.
HSL color Cylindrical-coordinate representation of color #580590: hue angle of 275.83º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580590 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 5 | 144 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.44 |
| HSL | 275.83º | 0.93% | 0.29% | - |
| HSV(B) | 275.83º | 0.97% | 0.56% | - |
| XYZ | 9.11 | 4.2 | 26.72 | - |
| YUV | 45.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 144 | 0.39 | 0.97 | 0 | 0.44 | 275.83 | 0.93 | 0.29 |
| Hex | 58 | 5 | 90 | 27 | 61 | 0 | 2C | 114 | 5D | 1D |
| Octal | 130 | 5 | 220 | 47 | 141 | 0 | 54 | 424 | 135 | 35 |
| Binary | 1011000 | 101 | 10010000 | 100111 | 1100001 | 0 | 101100 | 100010100 | 1011101 | 11101 |
Color Harmonies of #580590
Complementary color
Monochromatic Colors of #580590
Black with #580590
Text Example
Text Example
White with #580590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580590; }
p { color: rgb(88,5,144); }
H1.HeaderClassName
{
color: #580590;
}
.AnyTagClassName
{
color: #580590;
}
</style>
background-color css
<style>
a { background-color: #580590; }
a { background-color: rgb(88,5,144); }
div.DivClassName
{
background-color: #580590;
}
.BgClassName
{
background-color: #580590;
}
</style>
border-color css
<style>
span { border-color: #580590; }
span { border-color: rgb(88,5,144); }
td.TdClassName
{
border-color: #580590;
}
.TagClassName
{
border-color: #580590;
}
</style>