Shades of Indigo #581096
Tints of Indigo #581096
RGB
CMYK
RGB Variations
Color information
#581096 (or 0x581096) is known color: Indigo. HEX triplet: 58, 10 and 96. RGB value is (88,16,150). Sum of RGB (Red+Green+Blue) = 88+16+150=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #581096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581096 is #A7EF69. Grayscale: #343434. Windows color (decimal): -11005802 or 9834584. OLE color: 9834584.
HSL color Cylindrical-coordinate representation of color #581096: hue angle of 272.24º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581096 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 16 | 150 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.41 |
| HSL | 272.24º | 0.81% | 0.33% | - |
| HSV(B) | 272.24º | 0.89% | 0.59% | - |
| XYZ | 9.71 | 4.65 | 29.24 | - |
| YUV | 52.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 150 | 0.41 | 0.89 | 0 | 0.41 | 272.24 | 0.81 | 0.33 |
| Hex | 58 | 10 | 96 | 29 | 59 | 0 | 29 | 110 | 51 | 21 |
| Octal | 130 | 20 | 226 | 51 | 131 | 0 | 51 | 420 | 121 | 41 |
| Binary | 1011000 | 10000 | 10010110 | 101001 | 1011001 | 0 | 101001 | 100010000 | 1010001 | 100001 |
Color Harmonies of #581096
Complementary color
Monochromatic Colors of #581096
Black with #581096
Text Example
Text Example
White with #581096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581096; }
p { color: rgb(88,16,150); }
H1.HeaderClassName
{
color: #581096;
}
.AnyTagClassName
{
color: #581096;
}
</style>
background-color css
<style>
a { background-color: #581096; }
a { background-color: rgb(88,16,150); }
div.DivClassName
{
background-color: #581096;
}
.BgClassName
{
background-color: #581096;
}
</style>
border-color css
<style>
span { border-color: #581096; }
span { border-color: rgb(88,16,150); }
td.TdClassName
{
border-color: #581096;
}
.TagClassName
{
border-color: #581096;
}
</style>