Shades of Indigo #520578
Tints of Indigo #520578
RGB
CMYK
RGB Variations
Color information
#520578 (or 0x520578) is known color: Indigo. HEX triplet: 52, 05 and 78. RGB value is (82,5,120). Sum of RGB (Red+Green+Blue) = 82+5+120=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #520578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520578 is #ADFA87. Grayscale: #282828. Windows color (decimal): -11401864 or 7865682. OLE color: 7865682.
HSL color Cylindrical-coordinate representation of color #520578: hue angle of 280.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520578 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 5 | 120 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.53 |
| HSL | 280.17º | 0.92% | 0.25% | - |
| HSV(B) | 280.17º | 0.96% | 0.47% | - |
| XYZ | 6.92 | 3.26 | 18.03 | - |
| YUV | 41.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 120 | 0.32 | 0.96 | 0 | 0.53 | 280.17 | 0.92 | 0.25 |
| Hex | 52 | 5 | 78 | 20 | 60 | 0 | 35 | 118 | 5C | 19 |
| Octal | 122 | 5 | 170 | 40 | 140 | 0 | 65 | 430 | 134 | 31 |
| Binary | 1010010 | 101 | 1111000 | 100000 | 1100000 | 0 | 110101 | 100011000 | 1011100 | 11001 |
Color Harmonies of #520578
Complementary color
Monochromatic Colors of #520578
Black with #520578
Text Example
Text Example
White with #520578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520578; }
p { color: rgb(82,5,120); }
H1.HeaderClassName
{
color: #520578;
}
.AnyTagClassName
{
color: #520578;
}
</style>
background-color css
<style>
a { background-color: #520578; }
a { background-color: rgb(82,5,120); }
div.DivClassName
{
background-color: #520578;
}
.BgClassName
{
background-color: #520578;
}
</style>
border-color css
<style>
span { border-color: #520578; }
span { border-color: rgb(82,5,120); }
td.TdClassName
{
border-color: #520578;
}
.TagClassName
{
border-color: #520578;
}
</style>