Shades of Indigo #520178
Tints of Indigo #520178
RGB
CMYK
RGB Variations
Color information
#520178 (or 0x520178) is known color: Indigo. HEX triplet: 52, 01 and 78. RGB value is (82,1,120). Sum of RGB (Red+Green+Blue) = 82+1+120=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #520178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520178 is #ADFE87. Grayscale: #262626. Windows color (decimal): -11402888 or 7864658. OLE color: 7864658.
HSL color Cylindrical-coordinate representation of color #520178: hue angle of 280.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520178 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 1 | 120 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.53 |
| HSL | 280.84º | 0.98% | 0.24% | - |
| HSV(B) | 280.84º | 0.99% | 0.47% | - |
| XYZ | 6.88 | 3.17 | 18.02 | - |
| YUV | 38.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 120 | 0.32 | 0.99 | 0 | 0.53 | 280.84 | 0.98 | 0.24 |
| Hex | 52 | 1 | 78 | 20 | 63 | 0 | 35 | 119 | 62 | 18 |
| Octal | 122 | 1 | 170 | 40 | 143 | 0 | 65 | 431 | 142 | 30 |
| Binary | 1010010 | 1 | 1111000 | 100000 | 1100011 | 0 | 110101 | 100011001 | 1100010 | 11000 |
Color Harmonies of #520178
Complementary color
Monochromatic Colors of #520178
Black with #520178
Text Example
Text Example
White with #520178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520178; }
p { color: rgb(82,1,120); }
H1.HeaderClassName
{
color: #520178;
}
.AnyTagClassName
{
color: #520178;
}
</style>
background-color css
<style>
a { background-color: #520178; }
a { background-color: rgb(82,1,120); }
div.DivClassName
{
background-color: #520178;
}
.BgClassName
{
background-color: #520178;
}
</style>
border-color css
<style>
span { border-color: #520178; }
span { border-color: rgb(82,1,120); }
td.TdClassName
{
border-color: #520178;
}
.TagClassName
{
border-color: #520178;
}
</style>