Shades of Indigo #581880
Tints of Indigo #581880
RGB
CMYK
RGB Variations
Color information
#581880 (or 0x581880) is known color: Indigo. HEX triplet: 58, 18 and 80. RGB value is (88,24,128). Sum of RGB (Red+Green+Blue) = 88+24+128=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #581880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581880 is #A7E77F. Grayscale: #363636. Windows color (decimal): -11003776 or 8394840. OLE color: 8394840.
HSL color Cylindrical-coordinate representation of color #581880: hue angle of 276.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581880 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 24 | 128 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.50 |
| HSL | 276.92º | 0.68% | 0.3% | - |
| HSV(B) | 276.92º | 0.81% | 0.5% | - |
| XYZ | 8.25 | 4.29 | 20.81 | - |
| YUV | 54.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 128 | 0.31 | 0.81 | 0 | 0.50 | 276.92 | 0.68 | 0.3 |
| Hex | 58 | 18 | 80 | 1F | 51 | 0 | 32 | 115 | 44 | 1E |
| Octal | 130 | 30 | 200 | 37 | 121 | 0 | 62 | 425 | 104 | 36 |
| Binary | 1011000 | 11000 | 10000000 | 11111 | 1010001 | 0 | 110010 | 100010101 | 1000100 | 11110 |
Color Harmonies of #581880
Complementary color
Monochromatic Colors of #581880
Black with #581880
Text Example
Text Example
White with #581880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581880; }
p { color: rgb(88,24,128); }
H1.HeaderClassName
{
color: #581880;
}
.AnyTagClassName
{
color: #581880;
}
</style>
background-color css
<style>
a { background-color: #581880; }
a { background-color: rgb(88,24,128); }
div.DivClassName
{
background-color: #581880;
}
.BgClassName
{
background-color: #581880;
}
</style>
border-color css
<style>
span { border-color: #581880; }
span { border-color: rgb(88,24,128); }
td.TdClassName
{
border-color: #581880;
}
.TagClassName
{
border-color: #581880;
}
</style>