Shades of Indigo #520996
Tints of Indigo #520996
RGB
CMYK
RGB Variations
Color information
#520996 (or 0x520996) is known color: Indigo. HEX triplet: 52, 09 and 96. RGB value is (82,9,150). Sum of RGB (Red+Green+Blue) = 82+9+150=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #520996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520996 is #ADF669. Grayscale: #2E2E2E. Windows color (decimal): -11400810 or 9832786. OLE color: 9832786.
HSL color Cylindrical-coordinate representation of color #520996: hue angle of 271.06º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520996 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 9 | 150 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.41 |
| HSL | 271.06º | 0.89% | 0.31% | - |
| HSV(B) | 271.06º | 0.94% | 0.59% | - |
| XYZ | 9.08 | 4.19 | 29.18 | - |
| YUV | 46.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 150 | 0.45 | 0.94 | 0 | 0.41 | 271.06 | 0.89 | 0.31 |
| Hex | 52 | 9 | 96 | 2D | 5E | 0 | 29 | 10F | 59 | 1F |
| Octal | 122 | 11 | 226 | 55 | 136 | 0 | 51 | 417 | 131 | 37 |
| Binary | 1010010 | 1001 | 10010110 | 101101 | 1011110 | 0 | 101001 | 100001111 | 1011001 | 11111 |
Color Harmonies of #520996
Complementary color
Monochromatic Colors of #520996
Black with #520996
Text Example
Text Example
White with #520996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520996; }
p { color: rgb(82,9,150); }
H1.HeaderClassName
{
color: #520996;
}
.AnyTagClassName
{
color: #520996;
}
</style>
background-color css
<style>
a { background-color: #520996; }
a { background-color: rgb(82,9,150); }
div.DivClassName
{
background-color: #520996;
}
.BgClassName
{
background-color: #520996;
}
</style>
border-color css
<style>
span { border-color: #520996; }
span { border-color: rgb(82,9,150); }
td.TdClassName
{
border-color: #520996;
}
.TagClassName
{
border-color: #520996;
}
</style>