Shades of Indigo #521071
Tints of Indigo #521071
RGB
CMYK
RGB Variations
Color information
#521071 (or 0x521071) is known color: Indigo. HEX triplet: 52, 10 and 71. RGB value is (82,16,113). Sum of RGB (Red+Green+Blue) = 82+16+113=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #521071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521071 is #ADEF8E. Grayscale: #2E2E2E. Windows color (decimal): -11399055 or 7409746. OLE color: 7409746.
HSL color Cylindrical-coordinate representation of color #521071: hue angle of 280.82º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521071 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 16 | 113 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.56 |
| HSL | 280.82º | 0.75% | 0.25% | - |
| HSV(B) | 280.82º | 0.86% | 0.44% | - |
| XYZ | 6.65 | 3.36 | 15.92 | - |
| YUV | 46.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 113 | 0.27 | 0.86 | 0 | 0.56 | 280.82 | 0.75 | 0.25 |
| Hex | 52 | 10 | 71 | 1B | 56 | 0 | 38 | 119 | 4B | 19 |
| Octal | 122 | 20 | 161 | 33 | 126 | 0 | 70 | 431 | 113 | 31 |
| Binary | 1010010 | 10000 | 1110001 | 11011 | 1010110 | 0 | 111000 | 100011001 | 1001011 | 11001 |
Color Harmonies of #521071
Complementary color
Monochromatic Colors of #521071
Black with #521071
Text Example
Text Example
White with #521071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521071; }
p { color: rgb(82,16,113); }
H1.HeaderClassName
{
color: #521071;
}
.AnyTagClassName
{
color: #521071;
}
</style>
background-color css
<style>
a { background-color: #521071; }
a { background-color: rgb(82,16,113); }
div.DivClassName
{
background-color: #521071;
}
.BgClassName
{
background-color: #521071;
}
</style>
border-color css
<style>
span { border-color: #521071; }
span { border-color: rgb(82,16,113); }
td.TdClassName
{
border-color: #521071;
}
.TagClassName
{
border-color: #521071;
}
</style>