Shades of Indigo #581591
Tints of Indigo #581591
RGB
CMYK
RGB Variations
Color information
#581591 (or 0x581591) is known color: Indigo. HEX triplet: 58, 15 and 91. RGB value is (88,21,145). Sum of RGB (Red+Green+Blue) = 88+21+145=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #581591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581591 is #A7EA6E. Grayscale: #363636. Windows color (decimal): -11004527 or 9508184. OLE color: 9508184.
HSL color Cylindrical-coordinate representation of color #581591: hue angle of 272.42º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581591 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 21 | 145 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.43 |
| HSL | 272.42º | 0.75% | 0.33% | - |
| HSV(B) | 272.42º | 0.86% | 0.57% | - |
| XYZ | 9.4 | 4.66 | 27.19 | - |
| YUV | 55.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 145 | 0.39 | 0.86 | 0 | 0.43 | 272.42 | 0.75 | 0.33 |
| Hex | 58 | 15 | 91 | 27 | 56 | 0 | 2B | 110 | 4B | 21 |
| Octal | 130 | 25 | 221 | 47 | 126 | 0 | 53 | 420 | 113 | 41 |
| Binary | 1011000 | 10101 | 10010001 | 100111 | 1010110 | 0 | 101011 | 100010000 | 1001011 | 100001 |
Color Harmonies of #581591
Complementary color
Monochromatic Colors of #581591
Black with #581591
Text Example
Text Example
White with #581591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581591; }
p { color: rgb(88,21,145); }
H1.HeaderClassName
{
color: #581591;
}
.AnyTagClassName
{
color: #581591;
}
</style>
background-color css
<style>
a { background-color: #581591; }
a { background-color: rgb(88,21,145); }
div.DivClassName
{
background-color: #581591;
}
.BgClassName
{
background-color: #581591;
}
</style>
border-color css
<style>
span { border-color: #581591; }
span { border-color: rgb(88,21,145); }
td.TdClassName
{
border-color: #581591;
}
.TagClassName
{
border-color: #581591;
}
</style>