Shades of Indigo #520077
Tints of Indigo #520077
RGB
CMYK
RGB Variations
Color information
#520077 (or 0x520077) is known color: Indigo. HEX triplet: 52, 00 and 77. RGB value is (82,0,119). Sum of RGB (Red+Green+Blue) = 82+0+119=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #520077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520077 is #ADFF88. Grayscale: #252525. Windows color (decimal): -11403145 or 7798866. OLE color: 7798866.
HSL color Cylindrical-coordinate representation of color #520077: hue angle of 281.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520077 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 0 | 119 | - |
| CMYK | 0.31 | 1 | 0 | 0.53 |
| HSL | 281.34º | 1% | 0.23% | - |
| HSV(B) | 281.34º | 1% | 0.47% | - |
| XYZ | 6.81 | 3.13 | 17.7 | - |
| YUV | 38.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 119 | 0.31 | 1 | 0 | 0.53 | 281.34 | 1 | 0.23 |
| Hex | 52 | 0 | 77 | 1F | 64 | 0 | 35 | 119 | 64 | 17 |
| Octal | 122 | 0 | 167 | 37 | 144 | 0 | 65 | 431 | 144 | 27 |
| Binary | 1010010 | 0 | 1110111 | 11111 | 1100100 | 0 | 110101 | 100011001 | 1100100 | 10111 |
Color Harmonies of #520077
Complementary color
Monochromatic Colors of #520077
Black with #520077
Text Example
Text Example
White with #520077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520077; }
p { color: rgb(82,0,119); }
H1.HeaderClassName
{
color: #520077;
}
.AnyTagClassName
{
color: #520077;
}
</style>
background-color css
<style>
a { background-color: #520077; }
a { background-color: rgb(82,0,119); }
div.DivClassName
{
background-color: #520077;
}
.BgClassName
{
background-color: #520077;
}
</style>
border-color css
<style>
span { border-color: #520077; }
span { border-color: rgb(82,0,119); }
td.TdClassName
{
border-color: #520077;
}
.TagClassName
{
border-color: #520077;
}
</style>