Shades of Indigo #580F89
Tints of Indigo #580F89
RGB
CMYK
RGB Variations
Color information
#580F89 (or 0x580F89) is known color: Indigo. HEX triplet: 58, 0F and 89. RGB value is (88,15,137). Sum of RGB (Red+Green+Blue) = 88+15+137=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #580F89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F89 is #A7F076. Grayscale: #323232. Windows color (decimal): -11006071 or 8982360. OLE color: 8982360.
HSL color Cylindrical-coordinate representation of color #580F89: hue angle of 275.9º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580F89 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 15 | 137 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.46 |
| HSL | 275.9º | 0.8% | 0.3% | - |
| HSV(B) | 275.9º | 0.89% | 0.54% | - |
| XYZ | 8.71 | 4.22 | 24.02 | - |
| YUV | 50.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 137 | 0.36 | 0.89 | 0 | 0.46 | 275.9 | 0.8 | 0.3 |
| Hex | 58 | F | 89 | 24 | 59 | 0 | 2E | 114 | 50 | 1E |
| Octal | 130 | 17 | 211 | 44 | 131 | 0 | 56 | 424 | 120 | 36 |
| Binary | 1011000 | 1111 | 10001001 | 100100 | 1011001 | 0 | 101110 | 100010100 | 1010000 | 11110 |
Color Harmonies of #580F89
Complementary color
Monochromatic Colors of #580F89
Black with #580F89
Text Example
Text Example
White with #580F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F89; }
p { color: rgb(88,15,137); }
H1.HeaderClassName
{
color: #580F89;
}
.AnyTagClassName
{
color: #580F89;
}
</style>
background-color css
<style>
a { background-color: #580F89; }
a { background-color: rgb(88,15,137); }
div.DivClassName
{
background-color: #580F89;
}
.BgClassName
{
background-color: #580F89;
}
</style>
border-color css
<style>
span { border-color: #580F89; }
span { border-color: rgb(88,15,137); }
td.TdClassName
{
border-color: #580F89;
}
.TagClassName
{
border-color: #580F89;
}
</style>