Shades of Indigo #581891
Tints of Indigo #581891
RGB
CMYK
RGB Variations
Color information
#581891 (or 0x581891) is known color: Indigo. HEX triplet: 58, 18 and 91. RGB value is (88,24,145). Sum of RGB (Red+Green+Blue) = 88+24+145=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #581891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581891 is #A7E76E. Grayscale: #383838. Windows color (decimal): -11003759 or 9508952. OLE color: 9508952.
HSL color Cylindrical-coordinate representation of color #581891: hue angle of 271.74º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581891 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 24 | 145 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.43 |
| HSL | 271.74º | 0.72% | 0.33% | - |
| HSV(B) | 271.74º | 0.83% | 0.57% | - |
| XYZ | 9.46 | 4.77 | 27.21 | - |
| YUV | 56.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 145 | 0.39 | 0.83 | 0 | 0.43 | 271.74 | 0.72 | 0.33 |
| Hex | 58 | 18 | 91 | 27 | 53 | 0 | 2B | 110 | 48 | 21 |
| Octal | 130 | 30 | 221 | 47 | 123 | 0 | 53 | 420 | 110 | 41 |
| Binary | 1011000 | 11000 | 10010001 | 100111 | 1010011 | 0 | 101011 | 100010000 | 1001000 | 100001 |
Color Harmonies of #581891
Complementary color
Monochromatic Colors of #581891
Black with #581891
Text Example
Text Example
White with #581891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581891; }
p { color: rgb(88,24,145); }
H1.HeaderClassName
{
color: #581891;
}
.AnyTagClassName
{
color: #581891;
}
</style>
background-color css
<style>
a { background-color: #581891; }
a { background-color: rgb(88,24,145); }
div.DivClassName
{
background-color: #581891;
}
.BgClassName
{
background-color: #581891;
}
</style>
border-color css
<style>
span { border-color: #581891; }
span { border-color: rgb(88,24,145); }
td.TdClassName
{
border-color: #581891;
}
.TagClassName
{
border-color: #581891;
}
</style>