Shades of Indigo #581397
Tints of Indigo #581397
RGB
CMYK
RGB Variations
Color information
#581397 (or 0x581397) is known color: Indigo. HEX triplet: 58, 13 and 97. RGB value is (88,19,151). Sum of RGB (Red+Green+Blue) = 88+19+151=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #581397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581397 is #A7EC68. Grayscale: #363636. Windows color (decimal): -11005033 or 9900888. OLE color: 9900888.
HSL color Cylindrical-coordinate representation of color #581397: hue angle of 271.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581397 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 19 | 151 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.41 |
| HSL | 271.36º | 0.78% | 0.33% | - |
| HSV(B) | 271.36º | 0.87% | 0.59% | - |
| XYZ | 9.84 | 4.77 | 29.68 | - |
| YUV | 54.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 151 | 0.42 | 0.87 | 0 | 0.41 | 271.36 | 0.78 | 0.33 |
| Hex | 58 | 13 | 97 | 2A | 57 | 0 | 29 | 10F | 4E | 21 |
| Octal | 130 | 23 | 227 | 52 | 127 | 0 | 51 | 417 | 116 | 41 |
| Binary | 1011000 | 10011 | 10010111 | 101010 | 1010111 | 0 | 101001 | 100001111 | 1001110 | 100001 |
Color Harmonies of #581397
Complementary color
Monochromatic Colors of #581397
Black with #581397
Text Example
Text Example
White with #581397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581397; }
p { color: rgb(88,19,151); }
H1.HeaderClassName
{
color: #581397;
}
.AnyTagClassName
{
color: #581397;
}
</style>
background-color css
<style>
a { background-color: #581397; }
a { background-color: rgb(88,19,151); }
div.DivClassName
{
background-color: #581397;
}
.BgClassName
{
background-color: #581397;
}
</style>
border-color css
<style>
span { border-color: #581397; }
span { border-color: rgb(88,19,151); }
td.TdClassName
{
border-color: #581397;
}
.TagClassName
{
border-color: #581397;
}
</style>