Shades of Indigo #521079
Tints of Indigo #521079
RGB
CMYK
RGB Variations
Color information
#521079 (or 0x521079) is known color: Indigo. HEX triplet: 52, 10 and 79. RGB value is (82,16,121). Sum of RGB (Red+Green+Blue) = 82+16+121=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #521079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521079 is #ADEF86. Grayscale: #2F2F2F. Windows color (decimal): -11399047 or 7934034. OLE color: 7934034.
HSL color Cylindrical-coordinate representation of color #521079: hue angle of 277.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521079 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 16 | 121 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.53 |
| HSL | 277.71º | 0.77% | 0.27% | - |
| HSV(B) | 277.71º | 0.87% | 0.47% | - |
| XYZ | 7.12 | 3.54 | 18.4 | - |
| YUV | 47.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 121 | 0.32 | 0.87 | 0 | 0.53 | 277.71 | 0.77 | 0.27 |
| Hex | 52 | 10 | 79 | 20 | 57 | 0 | 35 | 116 | 4D | 1B |
| Octal | 122 | 20 | 171 | 40 | 127 | 0 | 65 | 426 | 115 | 33 |
| Binary | 1010010 | 10000 | 1111001 | 100000 | 1010111 | 0 | 110101 | 100010110 | 1001101 | 11011 |
Color Harmonies of #521079
Complementary color
Monochromatic Colors of #521079
Black with #521079
Text Example
Text Example
White with #521079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521079; }
p { color: rgb(82,16,121); }
H1.HeaderClassName
{
color: #521079;
}
.AnyTagClassName
{
color: #521079;
}
</style>
background-color css
<style>
a { background-color: #521079; }
a { background-color: rgb(82,16,121); }
div.DivClassName
{
background-color: #521079;
}
.BgClassName
{
background-color: #521079;
}
</style>
border-color css
<style>
span { border-color: #521079; }
span { border-color: rgb(82,16,121); }
td.TdClassName
{
border-color: #521079;
}
.TagClassName
{
border-color: #521079;
}
</style>