Shades of Indigo #580488
Tints of Indigo #580488
RGB
CMYK
RGB Variations
Color information
#580488 (or 0x580488) is known color: Indigo. HEX triplet: 58, 04 and 88. RGB value is (88,4,136). Sum of RGB (Red+Green+Blue) = 88+4+136=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #580488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580488 is #A7FB77. Grayscale: #2B2B2B. Windows color (decimal): -11008888 or 8914008. OLE color: 8914008.
HSL color Cylindrical-coordinate representation of color #580488: hue angle of 278.18º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580488 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 4 | 136 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.47 |
| HSL | 278.18º | 0.94% | 0.27% | - |
| HSV(B) | 278.18º | 0.97% | 0.53% | - |
| XYZ | 8.51 | 3.94 | 23.6 | - |
| YUV | 44.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 136 | 0.35 | 0.97 | 0 | 0.47 | 278.18 | 0.94 | 0.27 |
| Hex | 58 | 4 | 88 | 23 | 61 | 0 | 2F | 116 | 5E | 1B |
| Octal | 130 | 4 | 210 | 43 | 141 | 0 | 57 | 426 | 136 | 33 |
| Binary | 1011000 | 100 | 10001000 | 100011 | 1100001 | 0 | 101111 | 100010110 | 1011110 | 11011 |
Color Harmonies of #580488
Complementary color
Monochromatic Colors of #580488
Black with #580488
Text Example
Text Example
White with #580488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580488; }
p { color: rgb(88,4,136); }
H1.HeaderClassName
{
color: #580488;
}
.AnyTagClassName
{
color: #580488;
}
</style>
background-color css
<style>
a { background-color: #580488; }
a { background-color: rgb(88,4,136); }
div.DivClassName
{
background-color: #580488;
}
.BgClassName
{
background-color: #580488;
}
</style>
border-color css
<style>
span { border-color: #580488; }
span { border-color: rgb(88,4,136); }
td.TdClassName
{
border-color: #580488;
}
.TagClassName
{
border-color: #580488;
}
</style>