Shades of Indigo #520562
Tints of Indigo #520562
RGB
CMYK
RGB Variations
Color information
#520562 (or 0x520562) is known color: Indigo. HEX triplet: 52, 05 and 62. RGB value is (82,5,98). Sum of RGB (Red+Green+Blue) = 82+5+98=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #520562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520562 is #ADFA9D. Grayscale: #262626. Windows color (decimal): -11401886 or 6423890. OLE color: 6423890.
HSL color Cylindrical-coordinate representation of color #520562: hue angle of 289.68º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520562 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 5 | 98 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.62 |
| HSL | 289.68º | 0.9% | 0.2% | - |
| HSV(B) | 289.68º | 0.95% | 0.38% | - |
| XYZ | 5.74 | 2.78 | 11.79 | - |
| YUV | 38.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 98 | 0.16 | 0.95 | 0 | 0.62 | 289.68 | 0.9 | 0.2 |
| Hex | 52 | 5 | 62 | 10 | 5F | 0 | 3E | 122 | 5A | 14 |
| Octal | 122 | 5 | 142 | 20 | 137 | 0 | 76 | 442 | 132 | 24 |
| Binary | 1010010 | 101 | 1100010 | 10000 | 1011111 | 0 | 111110 | 100100010 | 1011010 | 10100 |
Color Harmonies of #520562
Complementary color
Monochromatic Colors of #520562
Black with #520562
Text Example
Text Example
White with #520562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520562; }
p { color: rgb(82,5,98); }
H1.HeaderClassName
{
color: #520562;
}
.AnyTagClassName
{
color: #520562;
}
</style>
background-color css
<style>
a { background-color: #520562; }
a { background-color: rgb(82,5,98); }
div.DivClassName
{
background-color: #520562;
}
.BgClassName
{
background-color: #520562;
}
</style>
border-color css
<style>
span { border-color: #520562; }
span { border-color: rgb(82,5,98); }
td.TdClassName
{
border-color: #520562;
}
.TagClassName
{
border-color: #520562;
}
</style>