Shades of Indigo #520C7F
Tints of Indigo #520C7F
RGB
CMYK
RGB Variations
Color information
#520C7F (or 0x520C7F) is known color: Indigo. HEX triplet: 52, 0C and 7F. RGB value is (82,12,127). Sum of RGB (Red+Green+Blue) = 82+12+127=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #520C7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C7F is #ADF380. Grayscale: #2D2D2D. Windows color (decimal): -11400065 or 8326226. OLE color: 8326226.
HSL color Cylindrical-coordinate representation of color #520C7F: hue angle of 276.52º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520C7F is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 12 | 127 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.50 |
| HSL | 276.52º | 0.83% | 0.27% | - |
| HSV(B) | 276.52º | 0.91% | 0.5% | - |
| XYZ | 7.44 | 3.59 | 20.38 | - |
| YUV | 46.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 127 | 0.35 | 0.91 | 0 | 0.50 | 276.52 | 0.83 | 0.27 |
| Hex | 52 | C | 7F | 23 | 5B | 0 | 32 | 115 | 53 | 1B |
| Octal | 122 | 14 | 177 | 43 | 133 | 0 | 62 | 425 | 123 | 33 |
| Binary | 1010010 | 1100 | 1111111 | 100011 | 1011011 | 0 | 110010 | 100010101 | 1010011 | 11011 |
Color Harmonies of #520C7F
Complementary color
Monochromatic Colors of #520C7F
Black with #520C7F
Text Example
Text Example
White with #520C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C7F; }
p { color: rgb(82,12,127); }
H1.HeaderClassName
{
color: #520C7F;
}
.AnyTagClassName
{
color: #520C7F;
}
</style>
background-color css
<style>
a { background-color: #520C7F; }
a { background-color: rgb(82,12,127); }
div.DivClassName
{
background-color: #520C7F;
}
.BgClassName
{
background-color: #520C7F;
}
</style>
border-color css
<style>
span { border-color: #520C7F; }
span { border-color: rgb(82,12,127); }
td.TdClassName
{
border-color: #520C7F;
}
.TagClassName
{
border-color: #520C7F;
}
</style>