Shades of Indigo #520B7D
Tints of Indigo #520B7D
RGB
CMYK
RGB Variations
Color information
#520B7D (or 0x520B7D) is known color: Indigo. HEX triplet: 52, 0B and 7D. RGB value is (82,11,125). Sum of RGB (Red+Green+Blue) = 82+11+125=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #520B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B7D is #ADF482. Grayscale: #2C2C2C. Windows color (decimal): -11400323 or 8194898. OLE color: 8194898.
HSL color Cylindrical-coordinate representation of color #520B7D: hue angle of 277.37º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520B7D is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 11 | 125 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.51 |
| HSL | 277.37º | 0.84% | 0.27% | - |
| HSV(B) | 277.37º | 0.91% | 0.49% | - |
| XYZ | 7.3 | 3.51 | 19.7 | - |
| YUV | 45.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 125 | 0.34 | 0.91 | 0 | 0.51 | 277.37 | 0.84 | 0.27 |
| Hex | 52 | B | 7D | 22 | 5B | 0 | 33 | 115 | 54 | 1B |
| Octal | 122 | 13 | 175 | 42 | 133 | 0 | 63 | 425 | 124 | 33 |
| Binary | 1010010 | 1011 | 1111101 | 100010 | 1011011 | 0 | 110011 | 100010101 | 1010100 | 11011 |
Color Harmonies of #520B7D
Complementary color
Monochromatic Colors of #520B7D
Black with #520B7D
Text Example
Text Example
White with #520B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B7D; }
p { color: rgb(82,11,125); }
H1.HeaderClassName
{
color: #520B7D;
}
.AnyTagClassName
{
color: #520B7D;
}
</style>
background-color css
<style>
a { background-color: #520B7D; }
a { background-color: rgb(82,11,125); }
div.DivClassName
{
background-color: #520B7D;
}
.BgClassName
{
background-color: #520B7D;
}
</style>
border-color css
<style>
span { border-color: #520B7D; }
span { border-color: rgb(82,11,125); }
td.TdClassName
{
border-color: #520B7D;
}
.TagClassName
{
border-color: #520B7D;
}
</style>