Shades of Indigo #520781
Tints of Indigo #520781
RGB
CMYK
RGB Variations
Color information
#520781 (or 0x520781) is known color: Indigo. HEX triplet: 52, 07 and 81. RGB value is (82,7,129). Sum of RGB (Red+Green+Blue) = 82+7+129=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #520781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520781 is #ADF87E. Grayscale: #2A2A2A. Windows color (decimal): -11401343 or 8456018. OLE color: 8456018.
HSL color Cylindrical-coordinate representation of color #520781: hue angle of 276.89º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520781 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 7 | 129 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.49 |
| HSL | 276.89º | 0.9% | 0.27% | - |
| HSV(B) | 276.89º | 0.95% | 0.51% | - |
| XYZ | 7.52 | 3.53 | 21.05 | - |
| YUV | 43.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 129 | 0.36 | 0.95 | 0 | 0.49 | 276.89 | 0.9 | 0.27 |
| Hex | 52 | 7 | 81 | 24 | 5F | 0 | 31 | 115 | 5A | 1B |
| Octal | 122 | 7 | 201 | 44 | 137 | 0 | 61 | 425 | 132 | 33 |
| Binary | 1010010 | 111 | 10000001 | 100100 | 1011111 | 0 | 110001 | 100010101 | 1011010 | 11011 |
Color Harmonies of #520781
Complementary color
Monochromatic Colors of #520781
Black with #520781
Text Example
Text Example
White with #520781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520781; }
p { color: rgb(82,7,129); }
H1.HeaderClassName
{
color: #520781;
}
.AnyTagClassName
{
color: #520781;
}
</style>
background-color css
<style>
a { background-color: #520781; }
a { background-color: rgb(82,7,129); }
div.DivClassName
{
background-color: #520781;
}
.BgClassName
{
background-color: #520781;
}
</style>
border-color css
<style>
span { border-color: #520781; }
span { border-color: rgb(82,7,129); }
td.TdClassName
{
border-color: #520781;
}
.TagClassName
{
border-color: #520781;
}
</style>