Shades of Indigo #520182
Tints of Indigo #520182
RGB
CMYK
RGB Variations
Color information
#520182 (or 0x520182) is known color: Indigo. HEX triplet: 52, 01 and 82. RGB value is (82,1,130). Sum of RGB (Red+Green+Blue) = 82+1+130=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #520182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520182 is #ADFE7D. Grayscale: #272727. Windows color (decimal): -11402878 or 8520018. OLE color: 8520018.
HSL color Cylindrical-coordinate representation of color #520182: hue angle of 277.67º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520182 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 1 | 130 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.49 |
| HSL | 277.67º | 0.98% | 0.26% | - |
| HSV(B) | 277.67º | 0.99% | 0.51% | - |
| XYZ | 7.52 | 3.43 | 21.38 | - |
| YUV | 39.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 130 | 0.37 | 0.99 | 0 | 0.49 | 277.67 | 0.98 | 0.26 |
| Hex | 52 | 1 | 82 | 25 | 63 | 0 | 31 | 116 | 62 | 1A |
| Octal | 122 | 1 | 202 | 45 | 143 | 0 | 61 | 426 | 142 | 32 |
| Binary | 1010010 | 1 | 10000010 | 100101 | 1100011 | 0 | 110001 | 100010110 | 1100010 | 11010 |
Color Harmonies of #520182
Complementary color
Monochromatic Colors of #520182
Black with #520182
Text Example
Text Example
White with #520182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520182; }
p { color: rgb(82,1,130); }
H1.HeaderClassName
{
color: #520182;
}
.AnyTagClassName
{
color: #520182;
}
</style>
background-color css
<style>
a { background-color: #520182; }
a { background-color: rgb(82,1,130); }
div.DivClassName
{
background-color: #520182;
}
.BgClassName
{
background-color: #520182;
}
</style>
border-color css
<style>
span { border-color: #520182; }
span { border-color: rgb(82,1,130); }
td.TdClassName
{
border-color: #520182;
}
.TagClassName
{
border-color: #520182;
}
</style>