Shades of Indigo #520C66
Tints of Indigo #520C66
RGB
CMYK
RGB Variations
Color information
#520C66 (or 0x520C66) is known color: Indigo. HEX triplet: 52, 0C and 66. RGB value is (82,12,102). Sum of RGB (Red+Green+Blue) = 82+12+102=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #520C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C66 is #ADF399. Grayscale: #2A2A2A. Windows color (decimal): -11400090 or 6687826. OLE color: 6687826.
HSL color Cylindrical-coordinate representation of color #520C66: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520C66 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 12 | 102 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.6 |
| HSL | 286.67º | 0.79% | 0.22% | - |
| HSV(B) | 286.67º | 0.88% | 0.4% | - |
| XYZ | 6.01 | 3.02 | 12.84 | - |
| YUV | 43.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 102 | 0.20 | 0.88 | 0 | 0.6 | 286.67 | 0.79 | 0.22 |
| Hex | 52 | C | 66 | 14 | 58 | 0 | 3C | 11F | 4F | 16 |
| Octal | 122 | 14 | 146 | 24 | 130 | 0 | 74 | 437 | 117 | 26 |
| Binary | 1010010 | 1100 | 1100110 | 10100 | 1011000 | 0 | 111100 | 100011111 | 1001111 | 10110 |
Color Harmonies of #520C66
Complementary color
Monochromatic Colors of #520C66
Black with #520C66
Text Example
Text Example
White with #520C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C66; }
p { color: rgb(82,12,102); }
H1.HeaderClassName
{
color: #520C66;
}
.AnyTagClassName
{
color: #520C66;
}
</style>
background-color css
<style>
a { background-color: #520C66; }
a { background-color: rgb(82,12,102); }
div.DivClassName
{
background-color: #520C66;
}
.BgClassName
{
background-color: #520C66;
}
</style>
border-color css
<style>
span { border-color: #520C66; }
span { border-color: rgb(82,12,102); }
td.TdClassName
{
border-color: #520C66;
}
.TagClassName
{
border-color: #520C66;
}
</style>