Shades of Indigo #580776
Tints of Indigo #580776
RGB
CMYK
RGB Variations
Color information
#580776 (or 0x580776) is known color: Indigo. HEX triplet: 58, 07 and 76. RGB value is (88,7,118). Sum of RGB (Red+Green+Blue) = 88+7+118=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #580776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580776 is #A7F889. Grayscale: #2B2B2B. Windows color (decimal): -11008138 or 7735128. OLE color: 7735128.
HSL color Cylindrical-coordinate representation of color #580776: hue angle of 283.78º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580776 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 7 | 118 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.54 |
| HSL | 283.78º | 0.89% | 0.25% | - |
| HSV(B) | 283.78º | 0.94% | 0.46% | - |
| XYZ | 7.37 | 3.53 | 17.43 | - |
| YUV | 43.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 118 | 0.25 | 0.94 | 0 | 0.54 | 283.78 | 0.89 | 0.25 |
| Hex | 58 | 7 | 76 | 19 | 5E | 0 | 36 | 11C | 59 | 19 |
| Octal | 130 | 7 | 166 | 31 | 136 | 0 | 66 | 434 | 131 | 31 |
| Binary | 1011000 | 111 | 1110110 | 11001 | 1011110 | 0 | 110110 | 100011100 | 1011001 | 11001 |
Color Harmonies of #580776
Complementary color
Monochromatic Colors of #580776
Black with #580776
Text Example
Text Example
White with #580776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580776; }
p { color: rgb(88,7,118); }
H1.HeaderClassName
{
color: #580776;
}
.AnyTagClassName
{
color: #580776;
}
</style>
background-color css
<style>
a { background-color: #580776; }
a { background-color: rgb(88,7,118); }
div.DivClassName
{
background-color: #580776;
}
.BgClassName
{
background-color: #580776;
}
</style>
border-color css
<style>
span { border-color: #580776; }
span { border-color: rgb(88,7,118); }
td.TdClassName
{
border-color: #580776;
}
.TagClassName
{
border-color: #580776;
}
</style>