Shades of Indigo #520C7D
Tints of Indigo #520C7D
RGB
CMYK
RGB Variations
Color information
#520C7D (or 0x520C7D) is known color: Indigo. HEX triplet: 52, 0C and 7D. RGB value is (82,12,125). Sum of RGB (Red+Green+Blue) = 82+12+125=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #520C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C7D is #ADF382. Grayscale: #2D2D2D. Windows color (decimal): -11400067 or 8195154. OLE color: 8195154.
HSL color Cylindrical-coordinate representation of color #520C7D: hue angle of 277.17º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520C7D is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 12 | 125 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.51 |
| HSL | 277.17º | 0.82% | 0.27% | - |
| HSV(B) | 277.17º | 0.9% | 0.49% | - |
| XYZ | 7.31 | 3.54 | 19.7 | - |
| YUV | 45.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 125 | 0.34 | 0.90 | 0 | 0.51 | 277.17 | 0.82 | 0.27 |
| Hex | 52 | C | 7D | 22 | 5A | 0 | 33 | 115 | 52 | 1B |
| Octal | 122 | 14 | 175 | 42 | 132 | 0 | 63 | 425 | 122 | 33 |
| Binary | 1010010 | 1100 | 1111101 | 100010 | 1011010 | 0 | 110011 | 100010101 | 1010010 | 11011 |
Color Harmonies of #520C7D
Complementary color
Monochromatic Colors of #520C7D
Black with #520C7D
Text Example
Text Example
White with #520C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C7D; }
p { color: rgb(82,12,125); }
H1.HeaderClassName
{
color: #520C7D;
}
.AnyTagClassName
{
color: #520C7D;
}
</style>
background-color css
<style>
a { background-color: #520C7D; }
a { background-color: rgb(82,12,125); }
div.DivClassName
{
background-color: #520C7D;
}
.BgClassName
{
background-color: #520C7D;
}
</style>
border-color css
<style>
span { border-color: #520C7D; }
span { border-color: rgb(82,12,125); }
td.TdClassName
{
border-color: #520C7D;
}
.TagClassName
{
border-color: #520C7D;
}
</style>