Shades of Indigo #581188
Tints of Indigo #581188
RGB
CMYK
RGB Variations
Color information
#581188 (or 0x581188) is known color: Indigo. HEX triplet: 58, 11 and 88. RGB value is (88,17,136). Sum of RGB (Red+Green+Blue) = 88+17+136=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #581188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581188 is #A7EE77. Grayscale: #333333. Windows color (decimal): -11005560 or 8917336. OLE color: 8917336.
HSL color Cylindrical-coordinate representation of color #581188: hue angle of 275.8º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581188 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 17 | 136 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.47 |
| HSL | 275.8º | 0.78% | 0.3% | - |
| HSV(B) | 275.8º | 0.88% | 0.53% | - |
| XYZ | 8.67 | 4.25 | 23.66 | - |
| YUV | 51.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 136 | 0.35 | 0.87 | 0 | 0.47 | 275.8 | 0.78 | 0.3 |
| Hex | 58 | 11 | 88 | 23 | 57 | 0 | 2F | 114 | 4E | 1E |
| Octal | 130 | 21 | 210 | 43 | 127 | 0 | 57 | 424 | 116 | 36 |
| Binary | 1011000 | 10001 | 10001000 | 100011 | 1010111 | 0 | 101111 | 100010100 | 1001110 | 11110 |
Color Harmonies of #581188
Complementary color
Monochromatic Colors of #581188
Black with #581188
Text Example
Text Example
White with #581188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581188; }
p { color: rgb(88,17,136); }
H1.HeaderClassName
{
color: #581188;
}
.AnyTagClassName
{
color: #581188;
}
</style>
background-color css
<style>
a { background-color: #581188; }
a { background-color: rgb(88,17,136); }
div.DivClassName
{
background-color: #581188;
}
.BgClassName
{
background-color: #581188;
}
</style>
border-color css
<style>
span { border-color: #581188; }
span { border-color: rgb(88,17,136); }
td.TdClassName
{
border-color: #581188;
}
.TagClassName
{
border-color: #581188;
}
</style>