Shades of Indigo #520081
Tints of Indigo #520081
RGB
CMYK
RGB Variations
Color information
#520081 (or 0x520081) is known color: Indigo. HEX triplet: 52, 00 and 81. RGB value is (82,0,129). Sum of RGB (Red+Green+Blue) = 82+0+129=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #520081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520081 is #ADFF7E. Grayscale: #262626. Windows color (decimal): -11403135 or 8454226. OLE color: 8454226.
HSL color Cylindrical-coordinate representation of color #520081: hue angle of 278.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520081 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 0 | 129 | - |
| CMYK | 0.36 | 1 | 0 | 0.49 |
| HSL | 278.14º | 1% | 0.25% | - |
| HSV(B) | 278.14º | 1% | 0.51% | - |
| XYZ | 7.44 | 3.38 | 21.03 | - |
| YUV | 39.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 129 | 0.36 | 1 | 0 | 0.49 | 278.14 | 1 | 0.25 |
| Hex | 52 | 0 | 81 | 24 | 64 | 0 | 31 | 116 | 64 | 19 |
| Octal | 122 | 0 | 201 | 44 | 144 | 0 | 61 | 426 | 144 | 31 |
| Binary | 1010010 | 0 | 10000001 | 100100 | 1100100 | 0 | 110001 | 100010110 | 1100100 | 11001 |
Color Harmonies of #520081
Complementary color
Monochromatic Colors of #520081
Black with #520081
Text Example
Text Example
White with #520081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520081; }
p { color: rgb(82,0,129); }
H1.HeaderClassName
{
color: #520081;
}
.AnyTagClassName
{
color: #520081;
}
</style>
background-color css
<style>
a { background-color: #520081; }
a { background-color: rgb(82,0,129); }
div.DivClassName
{
background-color: #520081;
}
.BgClassName
{
background-color: #520081;
}
</style>
border-color css
<style>
span { border-color: #520081; }
span { border-color: rgb(82,0,129); }
td.TdClassName
{
border-color: #520081;
}
.TagClassName
{
border-color: #520081;
}
</style>