Shades of Indigo #581897
Tints of Indigo #581897
RGB
CMYK
RGB Variations
Color information
#581897 (or 0x581897) is known color: Indigo. HEX triplet: 58, 18 and 97. RGB value is (88,24,151). Sum of RGB (Red+Green+Blue) = 88+24+151=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 151 (59.38% from 255 or 57.41% from 263); Max value from RGB is 151 - color contains mainly: blue. Hex color #581897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581897 is #A7E768. Grayscale: #393939. Windows color (decimal): -11003753 or 9902168. OLE color: 9902168.
HSL color Cylindrical-coordinate representation of color #581897: hue angle of 270.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581897 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 24 | 151 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.41 |
| HSL | 270.24º | 0.73% | 0.34% | - |
| HSV(B) | 270.24º | 0.84% | 0.59% | - |
| XYZ | 9.94 | 4.96 | 29.71 | - |
| YUV | 57.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 151 | 0.42 | 0.84 | 0 | 0.41 | 270.24 | 0.73 | 0.34 |
| Hex | 58 | 18 | 97 | 2A | 54 | 0 | 29 | 10E | 49 | 22 |
| Octal | 130 | 30 | 227 | 52 | 124 | 0 | 51 | 416 | 111 | 42 |
| Binary | 1011000 | 11000 | 10010111 | 101010 | 1010100 | 0 | 101001 | 100001110 | 1001001 | 100010 |
Color Harmonies of #581897
Complementary color
Monochromatic Colors of #581897
Black with #581897
Text Example
Text Example
White with #581897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581897; }
p { color: rgb(88,24,151); }
H1.HeaderClassName
{
color: #581897;
}
.AnyTagClassName
{
color: #581897;
}
</style>
background-color css
<style>
a { background-color: #581897; }
a { background-color: rgb(88,24,151); }
div.DivClassName
{
background-color: #581897;
}
.BgClassName
{
background-color: #581897;
}
</style>
border-color css
<style>
span { border-color: #581897; }
span { border-color: rgb(88,24,151); }
td.TdClassName
{
border-color: #581897;
}
.TagClassName
{
border-color: #581897;
}
</style>