Shades of Indigo #520580
Tints of Indigo #520580
RGB
CMYK
RGB Variations
Color information
#520580 (or 0x520580) is known color: Indigo. HEX triplet: 52, 05 and 80. RGB value is (82,5,128). Sum of RGB (Red+Green+Blue) = 82+5+128=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #520580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520580 is #ADFA7F. Grayscale: #292929. Windows color (decimal): -11401856 or 8389970. OLE color: 8389970.
HSL color Cylindrical-coordinate representation of color #520580: hue angle of 277.56º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520580 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 5 | 128 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.50 |
| HSL | 277.56º | 0.92% | 0.26% | - |
| HSV(B) | 277.56º | 0.96% | 0.5% | - |
| XYZ | 7.43 | 3.46 | 20.7 | - |
| YUV | 42.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 128 | 0.36 | 0.96 | 0 | 0.50 | 277.56 | 0.92 | 0.26 |
| Hex | 52 | 5 | 80 | 24 | 60 | 0 | 32 | 116 | 5C | 1A |
| Octal | 122 | 5 | 200 | 44 | 140 | 0 | 62 | 426 | 134 | 32 |
| Binary | 1010010 | 101 | 10000000 | 100100 | 1100000 | 0 | 110010 | 100010110 | 1011100 | 11010 |
Color Harmonies of #520580
Complementary color
Monochromatic Colors of #520580
Black with #520580
Text Example
Text Example
White with #520580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520580; }
p { color: rgb(82,5,128); }
H1.HeaderClassName
{
color: #520580;
}
.AnyTagClassName
{
color: #520580;
}
</style>
background-color css
<style>
a { background-color: #520580; }
a { background-color: rgb(82,5,128); }
div.DivClassName
{
background-color: #520580;
}
.BgClassName
{
background-color: #520580;
}
</style>
border-color css
<style>
span { border-color: #520580; }
span { border-color: rgb(82,5,128); }
td.TdClassName
{
border-color: #520580;
}
.TagClassName
{
border-color: #520580;
}
</style>