Shades of Indigo #520B75
Tints of Indigo #520B75
RGB
CMYK
RGB Variations
Color information
#520B75 (or 0x520B75) is known color: Indigo. HEX triplet: 52, 0B and 75. RGB value is (82,11,117). Sum of RGB (Red+Green+Blue) = 82+11+117=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #520B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B75 is #ADF48A. Grayscale: #2B2B2B. Windows color (decimal): -11400331 or 7670610. OLE color: 7670610.
HSL color Cylindrical-coordinate representation of color #520B75: hue angle of 280.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520B75 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 11 | 117 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.54 |
| HSL | 280.19º | 0.83% | 0.25% | - |
| HSV(B) | 280.19º | 0.91% | 0.46% | - |
| XYZ | 6.81 | 3.32 | 17.11 | - |
| YUV | 44.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 117 | 0.30 | 0.91 | 0 | 0.54 | 280.19 | 0.83 | 0.25 |
| Hex | 52 | B | 75 | 1E | 5B | 0 | 36 | 118 | 53 | 19 |
| Octal | 122 | 13 | 165 | 36 | 133 | 0 | 66 | 430 | 123 | 31 |
| Binary | 1010010 | 1011 | 1110101 | 11110 | 1011011 | 0 | 110110 | 100011000 | 1010011 | 11001 |
Color Harmonies of #520B75
Complementary color
Monochromatic Colors of #520B75
Black with #520B75
Text Example
Text Example
White with #520B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B75; }
p { color: rgb(82,11,117); }
H1.HeaderClassName
{
color: #520B75;
}
.AnyTagClassName
{
color: #520B75;
}
</style>
background-color css
<style>
a { background-color: #520B75; }
a { background-color: rgb(82,11,117); }
div.DivClassName
{
background-color: #520B75;
}
.BgClassName
{
background-color: #520B75;
}
</style>
border-color css
<style>
span { border-color: #520B75; }
span { border-color: rgb(82,11,117); }
td.TdClassName
{
border-color: #520B75;
}
.TagClassName
{
border-color: #520B75;
}
</style>