Shades of Indigo #520B78
Tints of Indigo #520B78
RGB
CMYK
RGB Variations
Color information
#520B78 (or 0x520B78) is known color: Indigo. HEX triplet: 52, 0B and 78. RGB value is (82,11,120). Sum of RGB (Red+Green+Blue) = 82+11+120=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #520B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B78 is #ADF487. Grayscale: #2C2C2C. Windows color (decimal): -11400328 or 7867218. OLE color: 7867218.
HSL color Cylindrical-coordinate representation of color #520B78: hue angle of 279.08º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520B78 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 11 | 120 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.53 |
| HSL | 279.08º | 0.83% | 0.26% | - |
| HSV(B) | 279.08º | 0.91% | 0.47% | - |
| XYZ | 6.99 | 3.39 | 18.06 | - |
| YUV | 44.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 120 | 0.32 | 0.91 | 0 | 0.53 | 279.08 | 0.83 | 0.26 |
| Hex | 52 | B | 78 | 20 | 5B | 0 | 35 | 117 | 53 | 1A |
| Octal | 122 | 13 | 170 | 40 | 133 | 0 | 65 | 427 | 123 | 32 |
| Binary | 1010010 | 1011 | 1111000 | 100000 | 1011011 | 0 | 110101 | 100010111 | 1010011 | 11010 |
Color Harmonies of #520B78
Complementary color
Monochromatic Colors of #520B78
Black with #520B78
Text Example
Text Example
White with #520B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B78; }
p { color: rgb(82,11,120); }
H1.HeaderClassName
{
color: #520B78;
}
.AnyTagClassName
{
color: #520B78;
}
</style>
background-color css
<style>
a { background-color: #520B78; }
a { background-color: rgb(82,11,120); }
div.DivClassName
{
background-color: #520B78;
}
.BgClassName
{
background-color: #520B78;
}
</style>
border-color css
<style>
span { border-color: #520B78; }
span { border-color: rgb(82,11,120); }
td.TdClassName
{
border-color: #520B78;
}
.TagClassName
{
border-color: #520B78;
}
</style>