Shades of Indigo #520264
Tints of Indigo #520264
RGB
CMYK
RGB Variations
Color information
#520264 (or 0x520264) is known color: Indigo. HEX triplet: 52, 02 and 64. RGB value is (82,2,100). Sum of RGB (Red+Green+Blue) = 82+2+100=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #520264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520264 is #ADFD9B. Grayscale: #242424. Windows color (decimal): -11402652 or 6554194. OLE color: 6554194.
HSL color Cylindrical-coordinate representation of color #520264: hue angle of 288.98º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520264 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 2 | 100 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.61 |
| HSL | 288.98º | 0.96% | 0.2% | - |
| HSV(B) | 288.98º | 0.98% | 0.39% | - |
| XYZ | 5.8 | 2.76 | 12.28 | - |
| YUV | 37.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 100 | 0.18 | 0.98 | 0 | 0.61 | 288.98 | 0.96 | 0.2 |
| Hex | 52 | 2 | 64 | 12 | 62 | 0 | 3D | 121 | 60 | 14 |
| Octal | 122 | 2 | 144 | 22 | 142 | 0 | 75 | 441 | 140 | 24 |
| Binary | 1010010 | 10 | 1100100 | 10010 | 1100010 | 0 | 111101 | 100100001 | 1100000 | 10100 |
Color Harmonies of #520264
Complementary color
Monochromatic Colors of #520264
Black with #520264
Text Example
Text Example
White with #520264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520264; }
p { color: rgb(82,2,100); }
H1.HeaderClassName
{
color: #520264;
}
.AnyTagClassName
{
color: #520264;
}
</style>
background-color css
<style>
a { background-color: #520264; }
a { background-color: rgb(82,2,100); }
div.DivClassName
{
background-color: #520264;
}
.BgClassName
{
background-color: #520264;
}
</style>
border-color css
<style>
span { border-color: #520264; }
span { border-color: rgb(82,2,100); }
td.TdClassName
{
border-color: #520264;
}
.TagClassName
{
border-color: #520264;
}
</style>