Shades of Indigo #580379
Tints of Indigo #580379
RGB
CMYK
RGB Variations
Color information
#580379 (or 0x580379) is known color: Indigo. HEX triplet: 58, 03 and 79. RGB value is (88,3,121). Sum of RGB (Red+Green+Blue) = 88+3+121=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #580379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580379 is #A7FC86. Grayscale: #292929. Windows color (decimal): -11009159 or 7930712. OLE color: 7930712.
HSL color Cylindrical-coordinate representation of color #580379: hue angle of 283.22º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580379 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 3 | 121 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.53 |
| HSL | 283.22º | 0.95% | 0.24% | - |
| HSV(B) | 283.22º | 0.98% | 0.47% | - |
| XYZ | 7.51 | 3.52 | 18.37 | - |
| YUV | 41.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 121 | 0.27 | 0.98 | 0 | 0.53 | 283.22 | 0.95 | 0.24 |
| Hex | 58 | 3 | 79 | 1B | 62 | 0 | 35 | 11B | 5F | 18 |
| Octal | 130 | 3 | 171 | 33 | 142 | 0 | 65 | 433 | 137 | 30 |
| Binary | 1011000 | 11 | 1111001 | 11011 | 1100010 | 0 | 110101 | 100011011 | 1011111 | 11000 |
Color Harmonies of #580379
Complementary color
Monochromatic Colors of #580379
Black with #580379
Text Example
Text Example
White with #580379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580379; }
p { color: rgb(88,3,121); }
H1.HeaderClassName
{
color: #580379;
}
.AnyTagClassName
{
color: #580379;
}
</style>
background-color css
<style>
a { background-color: #580379; }
a { background-color: rgb(88,3,121); }
div.DivClassName
{
background-color: #580379;
}
.BgClassName
{
background-color: #580379;
}
</style>
border-color css
<style>
span { border-color: #580379; }
span { border-color: rgb(88,3,121); }
td.TdClassName
{
border-color: #580379;
}
.TagClassName
{
border-color: #580379;
}
</style>