Shades of Indigo #581798
Tints of Indigo #581798
RGB
CMYK
RGB Variations
Color information
#581798 (or 0x581798) is known color: Indigo. HEX triplet: 58, 17 and 98. RGB value is (88,23,152). Sum of RGB (Red+Green+Blue) = 88+23+152=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #581798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581798 is #A7E867. Grayscale: #383838. Windows color (decimal): -11004008 or 9967448. OLE color: 9967448.
HSL color Cylindrical-coordinate representation of color #581798: hue angle of 270.23º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581798 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 23 | 152 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.40 |
| HSL | 270.23º | 0.74% | 0.34% | - |
| HSV(B) | 270.23º | 0.85% | 0.6% | - |
| XYZ | 10 | 4.95 | 30.14 | - |
| YUV | 57.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 152 | 0.42 | 0.85 | 0 | 0.40 | 270.23 | 0.74 | 0.34 |
| Hex | 58 | 17 | 98 | 2A | 55 | 0 | 28 | 10E | 4A | 22 |
| Octal | 130 | 27 | 230 | 52 | 125 | 0 | 50 | 416 | 112 | 42 |
| Binary | 1011000 | 10111 | 10011000 | 101010 | 1010101 | 0 | 101000 | 100001110 | 1001010 | 100010 |
Color Harmonies of #581798
Complementary color
Monochromatic Colors of #581798
Black with #581798
Text Example
Text Example
White with #581798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581798; }
p { color: rgb(88,23,152); }
H1.HeaderClassName
{
color: #581798;
}
.AnyTagClassName
{
color: #581798;
}
</style>
background-color css
<style>
a { background-color: #581798; }
a { background-color: rgb(88,23,152); }
div.DivClassName
{
background-color: #581798;
}
.BgClassName
{
background-color: #581798;
}
</style>
border-color css
<style>
span { border-color: #581798; }
span { border-color: rgb(88,23,152); }
td.TdClassName
{
border-color: #581798;
}
.TagClassName
{
border-color: #581798;
}
</style>