Shades of Indigo #581371
Tints of Indigo #581371
RGB
CMYK
RGB Variations
Color information
#581371 (or 0x581371) is known color: Indigo. HEX triplet: 58, 13 and 71. RGB value is (88,19,113). Sum of RGB (Red+Green+Blue) = 88+19+113=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #581371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581371 is #A7EC8E. Grayscale: #323232. Windows color (decimal): -11005071 or 7410520. OLE color: 7410520.
HSL color Cylindrical-coordinate representation of color #581371: hue angle of 284.04º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581371 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 19 | 113 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.56 |
| HSL | 284.04º | 0.71% | 0.26% | - |
| HSV(B) | 284.04º | 0.83% | 0.44% | - |
| XYZ | 7.24 | 3.73 | 15.96 | - |
| YUV | 50.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 113 | 0.22 | 0.83 | 0 | 0.56 | 284.04 | 0.71 | 0.26 |
| Hex | 58 | 13 | 71 | 16 | 53 | 0 | 38 | 11C | 47 | 1A |
| Octal | 130 | 23 | 161 | 26 | 123 | 0 | 70 | 434 | 107 | 32 |
| Binary | 1011000 | 10011 | 1110001 | 10110 | 1010011 | 0 | 111000 | 100011100 | 1000111 | 11010 |
Color Harmonies of #581371
Complementary color
Monochromatic Colors of #581371
Black with #581371
Text Example
Text Example
White with #581371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581371; }
p { color: rgb(88,19,113); }
H1.HeaderClassName
{
color: #581371;
}
.AnyTagClassName
{
color: #581371;
}
</style>
background-color css
<style>
a { background-color: #581371; }
a { background-color: rgb(88,19,113); }
div.DivClassName
{
background-color: #581371;
}
.BgClassName
{
background-color: #581371;
}
</style>
border-color css
<style>
span { border-color: #581371; }
span { border-color: rgb(88,19,113); }
td.TdClassName
{
border-color: #581371;
}
.TagClassName
{
border-color: #581371;
}
</style>