Shades of Indigo #520165
Tints of Indigo #520165
RGB
CMYK
RGB Variations
Color information
#520165 (or 0x520165) is known color: Indigo. HEX triplet: 52, 01 and 65. RGB value is (82,1,101). Sum of RGB (Red+Green+Blue) = 82+1+101=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #520165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520165 is #ADFE9A. Grayscale: #242424. Windows color (decimal): -11402907 or 6619474. OLE color: 6619474.
HSL color Cylindrical-coordinate representation of color #520165: hue angle of 288.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520165 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 1 | 101 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.60 |
| HSL | 288.6º | 0.98% | 0.2% | - |
| HSV(B) | 288.6º | 0.99% | 0.4% | - |
| XYZ | 5.84 | 2.76 | 12.54 | - |
| YUV | 36.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 101 | 0.19 | 0.99 | 0 | 0.60 | 288.6 | 0.98 | 0.2 |
| Hex | 52 | 1 | 65 | 13 | 63 | 0 | 3C | 121 | 62 | 14 |
| Octal | 122 | 1 | 145 | 23 | 143 | 0 | 74 | 441 | 142 | 24 |
| Binary | 1010010 | 1 | 1100101 | 10011 | 1100011 | 0 | 111100 | 100100001 | 1100010 | 10100 |
Color Harmonies of #520165
Complementary color
Monochromatic Colors of #520165
Black with #520165
Text Example
Text Example
White with #520165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520165; }
p { color: rgb(82,1,101); }
H1.HeaderClassName
{
color: #520165;
}
.AnyTagClassName
{
color: #520165;
}
</style>
background-color css
<style>
a { background-color: #520165; }
a { background-color: rgb(82,1,101); }
div.DivClassName
{
background-color: #520165;
}
.BgClassName
{
background-color: #520165;
}
</style>
border-color css
<style>
span { border-color: #520165; }
span { border-color: rgb(82,1,101); }
td.TdClassName
{
border-color: #520165;
}
.TagClassName
{
border-color: #520165;
}
</style>