Shades of Indigo #580990
Tints of Indigo #580990
RGB
CMYK
RGB Variations
Color information
#580990 (or 0x580990) is known color: Indigo. HEX triplet: 58, 09 and 90. RGB value is (88,9,144). Sum of RGB (Red+Green+Blue) = 88+9+144=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #580990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580990 is #A7F66F. Grayscale: #2F2F2F. Windows color (decimal): -11007600 or 9439576. OLE color: 9439576.
HSL color Cylindrical-coordinate representation of color #580990: hue angle of 275.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580990 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 9 | 144 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.44 |
| HSL | 275.11º | 0.88% | 0.3% | - |
| HSV(B) | 275.11º | 0.94% | 0.56% | - |
| XYZ | 9.16 | 4.28 | 26.73 | - |
| YUV | 48.01 | 182.17 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 144 | 0.39 | 0.94 | 0 | 0.44 | 275.11 | 0.88 | 0.3 |
| Hex | 58 | 9 | 90 | 27 | 5E | 0 | 2C | 113 | 58 | 1E |
| Octal | 130 | 11 | 220 | 47 | 136 | 0 | 54 | 423 | 130 | 36 |
| Binary | 1011000 | 1001 | 10010000 | 100111 | 1011110 | 0 | 101100 | 100010011 | 1011000 | 11110 |
Color Harmonies of #580990
Complementary color
Monochromatic Colors of #580990
Black with #580990
Text Example
Text Example
White with #580990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580990; }
p { color: rgb(88,9,144); }
H1.HeaderClassName
{
color: #580990;
}
.AnyTagClassName
{
color: #580990;
}
</style>
background-color css
<style>
a { background-color: #580990; }
a { background-color: rgb(88,9,144); }
div.DivClassName
{
background-color: #580990;
}
.BgClassName
{
background-color: #580990;
}
</style>
border-color css
<style>
span { border-color: #580990; }
span { border-color: rgb(88,9,144); }
td.TdClassName
{
border-color: #580990;
}
.TagClassName
{
border-color: #580990;
}
</style>