Shades of Indigo #580973
Tints of Indigo #580973
RGB
CMYK
RGB Variations
Color information
#580973 (or 0x580973) is known color: Indigo. HEX triplet: 58, 09 and 73. RGB value is (88,9,115). Sum of RGB (Red+Green+Blue) = 88+9+115=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #580973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580973 is #A7F68C. Grayscale: #2C2C2C. Windows color (decimal): -11007629 or 7539032. OLE color: 7539032.
HSL color Cylindrical-coordinate representation of color #580973: hue angle of 284.72º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580973 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 9 | 115 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.55 |
| HSL | 284.72º | 0.85% | 0.24% | - |
| HSV(B) | 284.72º | 0.92% | 0.45% | - |
| XYZ | 7.22 | 3.51 | 16.52 | - |
| YUV | 44.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 115 | 0.23 | 0.92 | 0 | 0.55 | 284.72 | 0.85 | 0.24 |
| Hex | 58 | 9 | 73 | 17 | 5C | 0 | 37 | 11D | 55 | 18 |
| Octal | 130 | 11 | 163 | 27 | 134 | 0 | 67 | 435 | 125 | 30 |
| Binary | 1011000 | 1001 | 1110011 | 10111 | 1011100 | 0 | 110111 | 100011101 | 1010101 | 11000 |
Color Harmonies of #580973
Complementary color
Monochromatic Colors of #580973
Black with #580973
Text Example
Text Example
White with #580973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580973; }
p { color: rgb(88,9,115); }
H1.HeaderClassName
{
color: #580973;
}
.AnyTagClassName
{
color: #580973;
}
</style>
background-color css
<style>
a { background-color: #580973; }
a { background-color: rgb(88,9,115); }
div.DivClassName
{
background-color: #580973;
}
.BgClassName
{
background-color: #580973;
}
</style>
border-color css
<style>
span { border-color: #580973; }
span { border-color: rgb(88,9,115); }
td.TdClassName
{
border-color: #580973;
}
.TagClassName
{
border-color: #580973;
}
</style>