Shades of Indigo #520282
Tints of Indigo #520282
RGB
CMYK
RGB Variations
Color information
#520282 (or 0x520282) is known color: Indigo. HEX triplet: 52, 02 and 82. RGB value is (82,2,130). Sum of RGB (Red+Green+Blue) = 82+2+130=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #520282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520282 is #ADFD7D. Grayscale: #282828. Windows color (decimal): -11402622 or 8520274. OLE color: 8520274.
HSL color Cylindrical-coordinate representation of color #520282: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520282 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 2 | 130 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.49 |
| HSL | 277.5º | 0.97% | 0.26% | - |
| HSV(B) | 277.5º | 0.98% | 0.51% | - |
| XYZ | 7.53 | 3.45 | 21.39 | - |
| YUV | 40.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 130 | 0.37 | 0.98 | 0 | 0.49 | 277.5 | 0.97 | 0.26 |
| Hex | 52 | 2 | 82 | 25 | 62 | 0 | 31 | 116 | 61 | 1A |
| Octal | 122 | 2 | 202 | 45 | 142 | 0 | 61 | 426 | 141 | 32 |
| Binary | 1010010 | 10 | 10000010 | 100101 | 1100010 | 0 | 110001 | 100010110 | 1100001 | 11010 |
Color Harmonies of #520282
Complementary color
Monochromatic Colors of #520282
Black with #520282
Text Example
Text Example
White with #520282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520282; }
p { color: rgb(82,2,130); }
H1.HeaderClassName
{
color: #520282;
}
.AnyTagClassName
{
color: #520282;
}
</style>
background-color css
<style>
a { background-color: #520282; }
a { background-color: rgb(82,2,130); }
div.DivClassName
{
background-color: #520282;
}
.BgClassName
{
background-color: #520282;
}
</style>
border-color css
<style>
span { border-color: #520282; }
span { border-color: rgb(82,2,130); }
td.TdClassName
{
border-color: #520282;
}
.TagClassName
{
border-color: #520282;
}
</style>