Shades of Indigo #520C75
Tints of Indigo #520C75
RGB
CMYK
RGB Variations
Color information
#520C75 (or 0x520C75) is known color: Indigo. HEX triplet: 52, 0C and 75. RGB value is (82,12,117). Sum of RGB (Red+Green+Blue) = 82+12+117=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #520C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C75 is #ADF38A. Grayscale: #2C2C2C. Windows color (decimal): -11400075 or 7670866. OLE color: 7670866.
HSL color Cylindrical-coordinate representation of color #520C75: hue angle of 280º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520C75 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 12 | 117 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.54 |
| HSL | 280º | 0.81% | 0.25% | - |
| HSV(B) | 280º | 0.9% | 0.46% | - |
| XYZ | 6.82 | 3.34 | 17.11 | - |
| YUV | 44.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 117 | 0.30 | 0.90 | 0 | 0.54 | 280 | 0.81 | 0.25 |
| Hex | 52 | C | 75 | 1E | 5A | 0 | 36 | 118 | 51 | 19 |
| Octal | 122 | 14 | 165 | 36 | 132 | 0 | 66 | 430 | 121 | 31 |
| Binary | 1010010 | 1100 | 1110101 | 11110 | 1011010 | 0 | 110110 | 100011000 | 1010001 | 11001 |
Color Harmonies of #520C75
Complementary color
Monochromatic Colors of #520C75
Black with #520C75
Text Example
Text Example
White with #520C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C75; }
p { color: rgb(82,12,117); }
H1.HeaderClassName
{
color: #520C75;
}
.AnyTagClassName
{
color: #520C75;
}
</style>
background-color css
<style>
a { background-color: #520C75; }
a { background-color: rgb(82,12,117); }
div.DivClassName
{
background-color: #520C75;
}
.BgClassName
{
background-color: #520C75;
}
</style>
border-color css
<style>
span { border-color: #520C75; }
span { border-color: rgb(82,12,117); }
td.TdClassName
{
border-color: #520C75;
}
.TagClassName
{
border-color: #520C75;
}
</style>