Shades of Indigo #52106E
Tints of Indigo #52106E
RGB
CMYK
RGB Variations
Color information
#52106E (or 0x52106E) is known color: Indigo. HEX triplet: 52, 10 and 6E. RGB value is (82,16,110). Sum of RGB (Red+Green+Blue) = 82+16+110=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #52106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52106E is #ADEF91. Grayscale: #2E2E2E. Windows color (decimal): -11399058 or 7213138. OLE color: 7213138.
HSL color Cylindrical-coordinate representation of color #52106E: hue angle of 282.13º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52106E is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 16 | 110 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.57 |
| HSL | 282.13º | 0.75% | 0.25% | - |
| HSV(B) | 282.13º | 0.85% | 0.43% | - |
| XYZ | 6.48 | 3.29 | 15.05 | - |
| YUV | 46.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 110 | 0.25 | 0.85 | 0 | 0.57 | 282.13 | 0.75 | 0.25 |
| Hex | 52 | 10 | 6E | 19 | 55 | 0 | 39 | 11A | 4B | 19 |
| Octal | 122 | 20 | 156 | 31 | 125 | 0 | 71 | 432 | 113 | 31 |
| Binary | 1010010 | 10000 | 1101110 | 11001 | 1010101 | 0 | 111001 | 100011010 | 1001011 | 11001 |
Color Harmonies of #52106E
Complementary color
Monochromatic Colors of #52106E
Black with #52106E
Text Example
Text Example
White with #52106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52106E; }
p { color: rgb(82,16,110); }
H1.HeaderClassName
{
color: #52106E;
}
.AnyTagClassName
{
color: #52106E;
}
</style>
background-color css
<style>
a { background-color: #52106E; }
a { background-color: rgb(82,16,110); }
div.DivClassName
{
background-color: #52106E;
}
.BgClassName
{
background-color: #52106E;
}
</style>
border-color css
<style>
span { border-color: #52106E; }
span { border-color: rgb(82,16,110); }
td.TdClassName
{
border-color: #52106E;
}
.TagClassName
{
border-color: #52106E;
}
</style>