Shades of Indigo #520066
Tints of Indigo #520066
RGB
CMYK
RGB Variations
Color information
#520066 (or 0x520066) is known color: Indigo. HEX triplet: 52, 00 and 66. RGB value is (82,0,102). Sum of RGB (Red+Green+Blue) = 82+0+102=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #520066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520066 is #ADFF99. Grayscale: #232323. Windows color (decimal): -11403162 or 6684754. OLE color: 6684754.
HSL color Cylindrical-coordinate representation of color #520066: hue angle of 288.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520066 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 0 | 102 | - |
| CMYK | 0.20 | 1 | 0 | 0.6 |
| HSL | 288.24º | 1% | 0.2% | - |
| HSV(B) | 288.24º | 1% | 0.4% | - |
| XYZ | 5.88 | 2.75 | 12.79 | - |
| YUV | 36.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 102 | 0.20 | 1 | 0 | 0.6 | 288.24 | 1 | 0.2 |
| Hex | 52 | 0 | 66 | 14 | 64 | 0 | 3C | 120 | 64 | 14 |
| Octal | 122 | 0 | 146 | 24 | 144 | 0 | 74 | 440 | 144 | 24 |
| Binary | 1010010 | 0 | 1100110 | 10100 | 1100100 | 0 | 111100 | 100100000 | 1100100 | 10100 |
Color Harmonies of #520066
Complementary color
Monochromatic Colors of #520066
Black with #520066
Text Example
Text Example
White with #520066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520066; }
p { color: rgb(82,0,102); }
H1.HeaderClassName
{
color: #520066;
}
.AnyTagClassName
{
color: #520066;
}
</style>
background-color css
<style>
a { background-color: #520066; }
a { background-color: rgb(82,0,102); }
div.DivClassName
{
background-color: #520066;
}
.BgClassName
{
background-color: #520066;
}
</style>
border-color css
<style>
span { border-color: #520066; }
span { border-color: rgb(82,0,102); }
td.TdClassName
{
border-color: #520066;
}
.TagClassName
{
border-color: #520066;
}
</style>