Shades of Indigo #580F77
Tints of Indigo #580F77
RGB
CMYK
RGB Variations
Color information
#580F77 (or 0x580F77) is known color: Indigo. HEX triplet: 58, 0F and 77. RGB value is (88,15,119). Sum of RGB (Red+Green+Blue) = 88+15+119=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #580F77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F77 is #A7F088. Grayscale: #303030. Windows color (decimal): -11006089 or 7802712. OLE color: 7802712.
HSL color Cylindrical-coordinate representation of color #580F77: hue angle of 282.12º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #580F77 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 15 | 119 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.53 |
| HSL | 282.12º | 0.78% | 0.26% | - |
| HSV(B) | 282.12º | 0.87% | 0.47% | - |
| XYZ | 7.53 | 3.75 | 17.78 | - |
| YUV | 48.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 119 | 0.26 | 0.87 | 0 | 0.53 | 282.12 | 0.78 | 0.26 |
| Hex | 58 | F | 77 | 1A | 57 | 0 | 35 | 11A | 4E | 1A |
| Octal | 130 | 17 | 167 | 32 | 127 | 0 | 65 | 432 | 116 | 32 |
| Binary | 1011000 | 1111 | 1110111 | 11010 | 1010111 | 0 | 110101 | 100011010 | 1001110 | 11010 |
Color Harmonies of #580F77
Complementary color
Monochromatic Colors of #580F77
Black with #580F77
Text Example
Text Example
White with #580F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F77; }
p { color: rgb(88,15,119); }
H1.HeaderClassName
{
color: #580F77;
}
.AnyTagClassName
{
color: #580F77;
}
</style>
background-color css
<style>
a { background-color: #580F77; }
a { background-color: rgb(88,15,119); }
div.DivClassName
{
background-color: #580F77;
}
.BgClassName
{
background-color: #580F77;
}
</style>
border-color css
<style>
span { border-color: #580F77; }
span { border-color: rgb(88,15,119); }
td.TdClassName
{
border-color: #580F77;
}
.TagClassName
{
border-color: #580F77;
}
</style>