Shades of Indigo #580998
Tints of Indigo #580998
RGB
CMYK
RGB Variations
Color information
#580998 (or 0x580998) is known color: Indigo. HEX triplet: 58, 09 and 98. RGB value is (88,9,152). Sum of RGB (Red+Green+Blue) = 88+9+152=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #580998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580998 is #A7F667. Grayscale: #303030. Windows color (decimal): -11007592 or 9963864. OLE color: 9963864.
HSL color Cylindrical-coordinate representation of color #580998: hue angle of 273.15º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580998 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 9 | 152 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.40 |
| HSL | 273.15º | 0.89% | 0.32% | - |
| HSV(B) | 273.15º | 0.94% | 0.6% | - |
| XYZ | 9.79 | 4.54 | 30.07 | - |
| YUV | 48.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 152 | 0.42 | 0.94 | 0 | 0.40 | 273.15 | 0.89 | 0.32 |
| Hex | 58 | 9 | 98 | 2A | 5E | 0 | 28 | 111 | 59 | 20 |
| Octal | 130 | 11 | 230 | 52 | 136 | 0 | 50 | 421 | 131 | 40 |
| Binary | 1011000 | 1001 | 10011000 | 101010 | 1011110 | 0 | 101000 | 100010001 | 1011001 | 100000 |
Color Harmonies of #580998
Complementary color
Monochromatic Colors of #580998
Black with #580998
Text Example
Text Example
White with #580998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580998; }
p { color: rgb(88,9,152); }
H1.HeaderClassName
{
color: #580998;
}
.AnyTagClassName
{
color: #580998;
}
</style>
background-color css
<style>
a { background-color: #580998; }
a { background-color: rgb(88,9,152); }
div.DivClassName
{
background-color: #580998;
}
.BgClassName
{
background-color: #580998;
}
</style>
border-color css
<style>
span { border-color: #580998; }
span { border-color: rgb(88,9,152); }
td.TdClassName
{
border-color: #580998;
}
.TagClassName
{
border-color: #580998;
}
</style>