Shades of Indigo #581995
Tints of Indigo #581995
RGB
CMYK
RGB Variations
Color information
#581995 (or 0x581995) is known color: Indigo. HEX triplet: 58, 19 and 95. RGB value is (88,25,149). Sum of RGB (Red+Green+Blue) = 88+25+149=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #581995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581995 is #A7E66A. Grayscale: #393939. Windows color (decimal): -11003499 or 9771352. OLE color: 9771352.
HSL color Cylindrical-coordinate representation of color #581995: hue angle of 270.48º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581995 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 25 | 149 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.42 |
| HSL | 270.48º | 0.71% | 0.34% | - |
| HSV(B) | 270.48º | 0.83% | 0.58% | - |
| XYZ | 9.8 | 4.94 | 28.87 | - |
| YUV | 57.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 149 | 0.41 | 0.83 | 0 | 0.42 | 270.48 | 0.71 | 0.34 |
| Hex | 58 | 19 | 95 | 29 | 53 | 0 | 2A | 10E | 47 | 22 |
| Octal | 130 | 31 | 225 | 51 | 123 | 0 | 52 | 416 | 107 | 42 |
| Binary | 1011000 | 11001 | 10010101 | 101001 | 1010011 | 0 | 101010 | 100001110 | 1000111 | 100010 |
Color Harmonies of #581995
Complementary color
Monochromatic Colors of #581995
Black with #581995
Text Example
Text Example
White with #581995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581995; }
p { color: rgb(88,25,149); }
H1.HeaderClassName
{
color: #581995;
}
.AnyTagClassName
{
color: #581995;
}
</style>
background-color css
<style>
a { background-color: #581995; }
a { background-color: rgb(88,25,149); }
div.DivClassName
{
background-color: #581995;
}
.BgClassName
{
background-color: #581995;
}
</style>
border-color css
<style>
span { border-color: #581995; }
span { border-color: rgb(88,25,149); }
td.TdClassName
{
border-color: #581995;
}
.TagClassName
{
border-color: #581995;
}
</style>