Shades of Indigo #520A7F
Tints of Indigo #520A7F
RGB
CMYK
RGB Variations
Color information
#520A7F (or 0x520A7F) is known color: Indigo. HEX triplet: 52, 0A and 7F. RGB value is (82,10,127). Sum of RGB (Red+Green+Blue) = 82+10+127=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #520A7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A7F is #ADF580. Grayscale: #2C2C2C. Windows color (decimal): -11400577 or 8325714. OLE color: 8325714.
HSL color Cylindrical-coordinate representation of color #520A7F: hue angle of 276.92º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520A7F is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 10 | 127 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.50 |
| HSL | 276.92º | 0.85% | 0.27% | - |
| HSV(B) | 276.92º | 0.92% | 0.5% | - |
| XYZ | 7.42 | 3.54 | 20.37 | - |
| YUV | 44.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 127 | 0.35 | 0.92 | 0 | 0.50 | 276.92 | 0.85 | 0.27 |
| Hex | 52 | A | 7F | 23 | 5C | 0 | 32 | 115 | 55 | 1B |
| Octal | 122 | 12 | 177 | 43 | 134 | 0 | 62 | 425 | 125 | 33 |
| Binary | 1010010 | 1010 | 1111111 | 100011 | 1011100 | 0 | 110010 | 100010101 | 1010101 | 11011 |
Color Harmonies of #520A7F
Complementary color
Monochromatic Colors of #520A7F
Black with #520A7F
Text Example
Text Example
White with #520A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A7F; }
p { color: rgb(82,10,127); }
H1.HeaderClassName
{
color: #520A7F;
}
.AnyTagClassName
{
color: #520A7F;
}
</style>
background-color css
<style>
a { background-color: #520A7F; }
a { background-color: rgb(82,10,127); }
div.DivClassName
{
background-color: #520A7F;
}
.BgClassName
{
background-color: #520A7F;
}
</style>
border-color css
<style>
span { border-color: #520A7F; }
span { border-color: rgb(82,10,127); }
td.TdClassName
{
border-color: #520A7F;
}
.TagClassName
{
border-color: #520A7F;
}
</style>