Shades of Indigo #580084
Tints of Indigo #580084
RGB
CMYK
RGB Variations
Color information
#580084 (or 0x580084) is known color: Indigo. HEX triplet: 58, 00 and 84. RGB value is (88,0,132). Sum of RGB (Red+Green+Blue) = 88+0+132=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #580084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580084 is #A7FF7B. Grayscale: #282828. Windows color (decimal): -11009916 or 8650840. OLE color: 8650840.
HSL color Cylindrical-coordinate representation of color #580084: hue angle of 280º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580084 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 0 | 132 | - |
| CMYK | 0.33 | 1 | 0 | 0.48 |
| HSL | 280º | 1% | 0.26% | - |
| HSV(B) | 280º | 1% | 0.52% | - |
| XYZ | 8.19 | 3.74 | 22.12 | - |
| YUV | 41.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 132 | 0.33 | 1 | 0 | 0.48 | 280 | 1 | 0.26 |
| Hex | 58 | 0 | 84 | 21 | 64 | 0 | 30 | 118 | 64 | 1A |
| Octal | 130 | 0 | 204 | 41 | 144 | 0 | 60 | 430 | 144 | 32 |
| Binary | 1011000 | 0 | 10000100 | 100001 | 1100100 | 0 | 110000 | 100011000 | 1100100 | 11010 |
Color Harmonies of #580084
Complementary color
Monochromatic Colors of #580084
Black with #580084
Text Example
Text Example
White with #580084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580084; }
p { color: rgb(88,0,132); }
H1.HeaderClassName
{
color: #580084;
}
.AnyTagClassName
{
color: #580084;
}
</style>
background-color css
<style>
a { background-color: #580084; }
a { background-color: rgb(88,0,132); }
div.DivClassName
{
background-color: #580084;
}
.BgClassName
{
background-color: #580084;
}
</style>
border-color css
<style>
span { border-color: #580084; }
span { border-color: rgb(88,0,132); }
td.TdClassName
{
border-color: #580084;
}
.TagClassName
{
border-color: #580084;
}
</style>