Shades of Indigo #581298
Tints of Indigo #581298
RGB
CMYK
RGB Variations
Color information
#581298 (or 0x581298) is known color: Indigo. HEX triplet: 58, 12 and 98. RGB value is (88,18,152). Sum of RGB (Red+Green+Blue) = 88+18+152=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #581298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581298 is #A7ED67. Grayscale: #353535. Windows color (decimal): -11005288 or 9966168. OLE color: 9966168.
HSL color Cylindrical-coordinate representation of color #581298: hue angle of 271.34º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581298 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 18 | 152 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.40 |
| HSL | 271.34º | 0.79% | 0.33% | - |
| HSV(B) | 271.34º | 0.88% | 0.6% | - |
| XYZ | 9.91 | 4.77 | 30.11 | - |
| YUV | 54.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 152 | 0.42 | 0.88 | 0 | 0.40 | 271.34 | 0.79 | 0.33 |
| Hex | 58 | 12 | 98 | 2A | 58 | 0 | 28 | 10F | 4F | 21 |
| Octal | 130 | 22 | 230 | 52 | 130 | 0 | 50 | 417 | 117 | 41 |
| Binary | 1011000 | 10010 | 10011000 | 101010 | 1011000 | 0 | 101000 | 100001111 | 1001111 | 100001 |
Color Harmonies of #581298
Complementary color
Monochromatic Colors of #581298
Black with #581298
Text Example
Text Example
White with #581298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581298; }
p { color: rgb(88,18,152); }
H1.HeaderClassName
{
color: #581298;
}
.AnyTagClassName
{
color: #581298;
}
</style>
background-color css
<style>
a { background-color: #581298; }
a { background-color: rgb(88,18,152); }
div.DivClassName
{
background-color: #581298;
}
.BgClassName
{
background-color: #581298;
}
</style>
border-color css
<style>
span { border-color: #581298; }
span { border-color: rgb(88,18,152); }
td.TdClassName
{
border-color: #581298;
}
.TagClassName
{
border-color: #581298;
}
</style>