Shades of Indigo #581590
Tints of Indigo #581590
RGB
CMYK
RGB Variations
Color information
#581590 (or 0x581590) is known color: Indigo. HEX triplet: 58, 15 and 90. RGB value is (88,21,144). Sum of RGB (Red+Green+Blue) = 88+21+144=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #581590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581590 is #A7EA6F. Grayscale: #363636. Windows color (decimal): -11004528 or 9442648. OLE color: 9442648.
HSL color Cylindrical-coordinate representation of color #581590: hue angle of 272.68º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581590 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 21 | 144 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.44 |
| HSL | 272.68º | 0.75% | 0.32% | - |
| HSV(B) | 272.68º | 0.85% | 0.56% | - |
| XYZ | 9.33 | 4.62 | 26.79 | - |
| YUV | 55.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 144 | 0.39 | 0.85 | 0 | 0.44 | 272.68 | 0.75 | 0.32 |
| Hex | 58 | 15 | 90 | 27 | 55 | 0 | 2C | 111 | 4B | 20 |
| Octal | 130 | 25 | 220 | 47 | 125 | 0 | 54 | 421 | 113 | 40 |
| Binary | 1011000 | 10101 | 10010000 | 100111 | 1010101 | 0 | 101100 | 100010001 | 1001011 | 100000 |
Color Harmonies of #581590
Complementary color
Monochromatic Colors of #581590
Black with #581590
Text Example
Text Example
White with #581590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581590; }
p { color: rgb(88,21,144); }
H1.HeaderClassName
{
color: #581590;
}
.AnyTagClassName
{
color: #581590;
}
</style>
background-color css
<style>
a { background-color: #581590; }
a { background-color: rgb(88,21,144); }
div.DivClassName
{
background-color: #581590;
}
.BgClassName
{
background-color: #581590;
}
</style>
border-color css
<style>
span { border-color: #581590; }
span { border-color: rgb(88,21,144); }
td.TdClassName
{
border-color: #581590;
}
.TagClassName
{
border-color: #581590;
}
</style>