Shades of Indigo #580999
Tints of Indigo #580999
RGB
CMYK
RGB Variations
Color information
#580999 (or 0x580999) is known color: Indigo. HEX triplet: 58, 09 and 99. RGB value is (88,9,153). Sum of RGB (Red+Green+Blue) = 88+9+153=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #580999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580999 is #A7F666. Grayscale: #303030. Windows color (decimal): -11007591 or 10029400. OLE color: 10029400.
HSL color Cylindrical-coordinate representation of color #580999: hue angle of 272.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580999 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 9 | 153 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.4 |
| HSL | 272.92º | 0.89% | 0.32% | - |
| HSV(B) | 272.92º | 0.94% | 0.6% | - |
| XYZ | 9.87 | 4.57 | 30.5 | - |
| YUV | 49.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 153 | 0.42 | 0.94 | 0 | 0.4 | 272.92 | 0.89 | 0.32 |
| Hex | 58 | 9 | 99 | 2A | 5E | 0 | 28 | 111 | 59 | 20 |
| Octal | 130 | 11 | 231 | 52 | 136 | 0 | 50 | 421 | 131 | 40 |
| Binary | 1011000 | 1001 | 10011001 | 101010 | 1011110 | 0 | 101000 | 100010001 | 1011001 | 100000 |
Color Harmonies of #580999
Complementary color
Monochromatic Colors of #580999
Black with #580999
Text Example
Text Example
White with #580999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580999; }
p { color: rgb(88,9,153); }
H1.HeaderClassName
{
color: #580999;
}
.AnyTagClassName
{
color: #580999;
}
</style>
background-color css
<style>
a { background-color: #580999; }
a { background-color: rgb(88,9,153); }
div.DivClassName
{
background-color: #580999;
}
.BgClassName
{
background-color: #580999;
}
</style>
border-color css
<style>
span { border-color: #580999; }
span { border-color: rgb(88,9,153); }
td.TdClassName
{
border-color: #580999;
}
.TagClassName
{
border-color: #580999;
}
</style>