Shades of Indigo #580F99
Tints of Indigo #580F99
RGB
CMYK
RGB Variations
Color information
#580F99 (or 0x580F99) is known color: Indigo. HEX triplet: 58, 0F and 99. RGB value is (88,15,153). Sum of RGB (Red+Green+Blue) = 88+15+153=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #580F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F99 is #A7F066. Grayscale: #343434. Windows color (decimal): -11006055 or 10030936. OLE color: 10030936.
HSL color Cylindrical-coordinate representation of color #580F99: hue angle of 271.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580F99 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 15 | 153 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.4 |
| HSL | 271.74º | 0.82% | 0.33% | - |
| HSV(B) | 271.74º | 0.9% | 0.6% | - |
| XYZ | 9.95 | 4.72 | 30.52 | - |
| YUV | 52.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 153 | 0.42 | 0.90 | 0 | 0.4 | 271.74 | 0.82 | 0.33 |
| Hex | 58 | F | 99 | 2A | 5A | 0 | 28 | 110 | 52 | 21 |
| Octal | 130 | 17 | 231 | 52 | 132 | 0 | 50 | 420 | 122 | 41 |
| Binary | 1011000 | 1111 | 10011001 | 101010 | 1011010 | 0 | 101000 | 100010000 | 1010010 | 100001 |
Color Harmonies of #580F99
Complementary color
Monochromatic Colors of #580F99
Black with #580F99
Text Example
Text Example
White with #580F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F99; }
p { color: rgb(88,15,153); }
H1.HeaderClassName
{
color: #580F99;
}
.AnyTagClassName
{
color: #580F99;
}
</style>
background-color css
<style>
a { background-color: #580F99; }
a { background-color: rgb(88,15,153); }
div.DivClassName
{
background-color: #580F99;
}
.BgClassName
{
background-color: #580F99;
}
</style>
border-color css
<style>
span { border-color: #580F99; }
span { border-color: rgb(88,15,153); }
td.TdClassName
{
border-color: #580F99;
}
.TagClassName
{
border-color: #580F99;
}
</style>