Shades of Indigo #520084
Tints of Indigo #520084
RGB
CMYK
RGB Variations
Color information
#520084 (or 0x520084) is known color: Indigo. HEX triplet: 52, 00 and 84. RGB value is (82,0,132). Sum of RGB (Red+Green+Blue) = 82+0+132=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #520084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520084 is #ADFF7B. Grayscale: #272727. Windows color (decimal): -11403132 or 8650834. OLE color: 8650834.
HSL color Cylindrical-coordinate representation of color #520084: hue angle of 277.27º 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 #520084 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 0 | 132 | - |
| CMYK | 0.38 | 1 | 0 | 0.48 |
| HSL | 277.27º | 1% | 0.26% | - |
| HSV(B) | 277.27º | 1% | 0.52% | - |
| XYZ | 7.64 | 3.46 | 22.09 | - |
| YUV | 39.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 132 | 0.38 | 1 | 0 | 0.48 | 277.27 | 1 | 0.26 |
| Hex | 52 | 0 | 84 | 26 | 64 | 0 | 30 | 115 | 64 | 1A |
| Octal | 122 | 0 | 204 | 46 | 144 | 0 | 60 | 425 | 144 | 32 |
| Binary | 1010010 | 0 | 10000100 | 100110 | 1100100 | 0 | 110000 | 100010101 | 1100100 | 11010 |
Color Harmonies of #520084
Complementary color
Monochromatic Colors of #520084
Black with #520084
Text Example
Text Example
White with #520084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520084; }
p { color: rgb(82,0,132); }
H1.HeaderClassName
{
color: #520084;
}
.AnyTagClassName
{
color: #520084;
}
</style>
background-color css
<style>
a { background-color: #520084; }
a { background-color: rgb(82,0,132); }
div.DivClassName
{
background-color: #520084;
}
.BgClassName
{
background-color: #520084;
}
</style>
border-color css
<style>
span { border-color: #520084; }
span { border-color: rgb(82,0,132); }
td.TdClassName
{
border-color: #520084;
}
.TagClassName
{
border-color: #520084;
}
</style>