Shades of Indigo #580F84
Tints of Indigo #580F84
RGB
CMYK
RGB Variations
Color information
#580F84 (or 0x580F84) is known color: Indigo. HEX triplet: 58, 0F and 84. RGB value is (88,15,132). Sum of RGB (Red+Green+Blue) = 88+15+132=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #580F84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F84 is #A7F07B. Grayscale: #313131. Windows color (decimal): -11006076 or 8654680. OLE color: 8654680.
HSL color Cylindrical-coordinate representation of color #580F84: hue angle of 277.44º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580F84 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 15 | 132 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.48 |
| HSL | 277.44º | 0.8% | 0.29% | - |
| HSV(B) | 277.44º | 0.89% | 0.52% | - |
| XYZ | 8.36 | 4.08 | 22.18 | - |
| YUV | 50.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 132 | 0.33 | 0.89 | 0 | 0.48 | 277.44 | 0.8 | 0.29 |
| Hex | 58 | F | 84 | 21 | 59 | 0 | 30 | 115 | 50 | 1D |
| Octal | 130 | 17 | 204 | 41 | 131 | 0 | 60 | 425 | 120 | 35 |
| Binary | 1011000 | 1111 | 10000100 | 100001 | 1011001 | 0 | 110000 | 100010101 | 1010000 | 11101 |
Color Harmonies of #580F84
Complementary color
Monochromatic Colors of #580F84
Black with #580F84
Text Example
Text Example
White with #580F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F84; }
p { color: rgb(88,15,132); }
H1.HeaderClassName
{
color: #580F84;
}
.AnyTagClassName
{
color: #580F84;
}
</style>
background-color css
<style>
a { background-color: #580F84; }
a { background-color: rgb(88,15,132); }
div.DivClassName
{
background-color: #580F84;
}
.BgClassName
{
background-color: #580F84;
}
</style>
border-color css
<style>
span { border-color: #580F84; }
span { border-color: rgb(88,15,132); }
td.TdClassName
{
border-color: #580F84;
}
.TagClassName
{
border-color: #580F84;
}
</style>