Shades of Indigo #520C76
Tints of Indigo #520C76
RGB
CMYK
RGB Variations
Color information
#520C76 (or 0x520C76) is known color: Indigo. HEX triplet: 52, 0C and 76. RGB value is (82,12,118). Sum of RGB (Red+Green+Blue) = 82+12+118=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #520C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C76 is #ADF389. Grayscale: #2C2C2C. Windows color (decimal): -11400074 or 7736402. OLE color: 7736402.
HSL color Cylindrical-coordinate representation of color #520C76: hue angle of 279.62º degrees, saturation: 0.82, 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 #520C76 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 12 | 118 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.54 |
| HSL | 279.62º | 0.82% | 0.25% | - |
| HSV(B) | 279.62º | 0.9% | 0.46% | - |
| XYZ | 6.88 | 3.36 | 17.43 | - |
| YUV | 45.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 118 | 0.31 | 0.90 | 0 | 0.54 | 279.62 | 0.82 | 0.25 |
| Hex | 52 | C | 76 | 1F | 5A | 0 | 36 | 118 | 52 | 19 |
| Octal | 122 | 14 | 166 | 37 | 132 | 0 | 66 | 430 | 122 | 31 |
| Binary | 1010010 | 1100 | 1110110 | 11111 | 1011010 | 0 | 110110 | 100011000 | 1010010 | 11001 |
Color Harmonies of #520C76
Complementary color
Monochromatic Colors of #520C76
Black with #520C76
Text Example
Text Example
White with #520C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C76; }
p { color: rgb(82,12,118); }
H1.HeaderClassName
{
color: #520C76;
}
.AnyTagClassName
{
color: #520C76;
}
</style>
background-color css
<style>
a { background-color: #520C76; }
a { background-color: rgb(82,12,118); }
div.DivClassName
{
background-color: #520C76;
}
.BgClassName
{
background-color: #520C76;
}
</style>
border-color css
<style>
span { border-color: #520C76; }
span { border-color: rgb(82,12,118); }
td.TdClassName
{
border-color: #520C76;
}
.TagClassName
{
border-color: #520C76;
}
</style>