Shades of Indigo #581881
Tints of Indigo #581881
RGB
CMYK
RGB Variations
Color information
#581881 (or 0x581881) is known color: Indigo. HEX triplet: 58, 18 and 81. RGB value is (88,24,129). Sum of RGB (Red+Green+Blue) = 88+24+129=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #581881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581881 is #A7E77E. Grayscale: #363636. Windows color (decimal): -11003775 or 8460376. OLE color: 8460376.
HSL color Cylindrical-coordinate representation of color #581881: hue angle of 276.57º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581881 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 24 | 129 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.49 |
| HSL | 276.57º | 0.69% | 0.3% | - |
| HSV(B) | 276.57º | 0.81% | 0.51% | - |
| XYZ | 8.31 | 4.31 | 21.16 | - |
| YUV | 55.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 129 | 0.32 | 0.81 | 0 | 0.49 | 276.57 | 0.69 | 0.3 |
| Hex | 58 | 18 | 81 | 20 | 51 | 0 | 31 | 115 | 45 | 1E |
| Octal | 130 | 30 | 201 | 40 | 121 | 0 | 61 | 425 | 105 | 36 |
| Binary | 1011000 | 11000 | 10000001 | 100000 | 1010001 | 0 | 110001 | 100010101 | 1000101 | 11110 |
Color Harmonies of #581881
Complementary color
Monochromatic Colors of #581881
Black with #581881
Text Example
Text Example
White with #581881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581881; }
p { color: rgb(88,24,129); }
H1.HeaderClassName
{
color: #581881;
}
.AnyTagClassName
{
color: #581881;
}
</style>
background-color css
<style>
a { background-color: #581881; }
a { background-color: rgb(88,24,129); }
div.DivClassName
{
background-color: #581881;
}
.BgClassName
{
background-color: #581881;
}
</style>
border-color css
<style>
span { border-color: #581881; }
span { border-color: rgb(88,24,129); }
td.TdClassName
{
border-color: #581881;
}
.TagClassName
{
border-color: #581881;
}
</style>