Shades of Indigo #520076
Tints of Indigo #520076
RGB
CMYK
RGB Variations
Color information
#520076 (or 0x520076) is known color: Indigo. HEX triplet: 52, 00 and 76. RGB value is (82,0,118). Sum of RGB (Red+Green+Blue) = 82+0+118=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #520076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520076 is #ADFF89. Grayscale: #252525. Windows color (decimal): -11403146 or 7733330. OLE color: 7733330.
HSL color Cylindrical-coordinate representation of color #520076: hue angle of 281.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520076 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 0 | 118 | - |
| CMYK | 0.31 | 1 | 0 | 0.54 |
| HSL | 281.69º | 1% | 0.23% | - |
| HSV(B) | 281.69º | 1% | 0.46% | - |
| XYZ | 6.75 | 3.1 | 17.38 | - |
| YUV | 37.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 118 | 0.31 | 1 | 0 | 0.54 | 281.69 | 1 | 0.23 |
| Hex | 52 | 0 | 76 | 1F | 64 | 0 | 36 | 11A | 64 | 17 |
| Octal | 122 | 0 | 166 | 37 | 144 | 0 | 66 | 432 | 144 | 27 |
| Binary | 1010010 | 0 | 1110110 | 11111 | 1100100 | 0 | 110110 | 100011010 | 1100100 | 10111 |
Color Harmonies of #520076
Complementary color
Monochromatic Colors of #520076
Black with #520076
Text Example
Text Example
White with #520076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520076; }
p { color: rgb(82,0,118); }
H1.HeaderClassName
{
color: #520076;
}
.AnyTagClassName
{
color: #520076;
}
</style>
background-color css
<style>
a { background-color: #520076; }
a { background-color: rgb(82,0,118); }
div.DivClassName
{
background-color: #520076;
}
.BgClassName
{
background-color: #520076;
}
</style>
border-color css
<style>
span { border-color: #520076; }
span { border-color: rgb(82,0,118); }
td.TdClassName
{
border-color: #520076;
}
.TagClassName
{
border-color: #520076;
}
</style>