Shades of Indigo #520262
Tints of Indigo #520262
RGB
CMYK
RGB Variations
Color information
#520262 (or 0x520262) is known color: Indigo. HEX triplet: 52, 02 and 62. RGB value is (82,2,98). Sum of RGB (Red+Green+Blue) = 82+2+98=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #520262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520262 is #ADFD9D. Grayscale: #242424. Windows color (decimal): -11402654 or 6423122. OLE color: 6423122.
HSL color Cylindrical-coordinate representation of color #520262: hue angle of 290º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520262 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 2 | 98 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.62 |
| HSL | 290º | 0.96% | 0.2% | - |
| HSV(B) | 290º | 0.98% | 0.38% | - |
| XYZ | 5.71 | 2.72 | 11.78 | - |
| YUV | 36.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 98 | 0.16 | 0.98 | 0 | 0.62 | 290 | 0.96 | 0.2 |
| Hex | 52 | 2 | 62 | 10 | 62 | 0 | 3E | 122 | 60 | 14 |
| Octal | 122 | 2 | 142 | 20 | 142 | 0 | 76 | 442 | 140 | 24 |
| Binary | 1010010 | 10 | 1100010 | 10000 | 1100010 | 0 | 111110 | 100100010 | 1100000 | 10100 |
Color Harmonies of #520262
Complementary color
Monochromatic Colors of #520262
Black with #520262
Text Example
Text Example
White with #520262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520262; }
p { color: rgb(82,2,98); }
H1.HeaderClassName
{
color: #520262;
}
.AnyTagClassName
{
color: #520262;
}
</style>
background-color css
<style>
a { background-color: #520262; }
a { background-color: rgb(82,2,98); }
div.DivClassName
{
background-color: #520262;
}
.BgClassName
{
background-color: #520262;
}
</style>
border-color css
<style>
span { border-color: #520262; }
span { border-color: rgb(82,2,98); }
td.TdClassName
{
border-color: #520262;
}
.TagClassName
{
border-color: #520262;
}
</style>