Shades of Indigo #52116D
Tints of Indigo #52116D
RGB
CMYK
RGB Variations
Color information
#52116D (or 0x52116D) is known color: Indigo. HEX triplet: 52, 11 and 6D. RGB value is (82,17,109). Sum of RGB (Red+Green+Blue) = 82+17+109=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #52116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52116D is #ADEE92. Grayscale: #2E2E2E. Windows color (decimal): -11398803 or 7147858. OLE color: 7147858.
HSL color Cylindrical-coordinate representation of color #52116D: hue angle of 282.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52116D is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 17 | 109 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.57 |
| HSL | 282.39º | 0.73% | 0.25% | - |
| HSV(B) | 282.39º | 0.84% | 0.43% | - |
| XYZ | 6.44 | 3.3 | 14.77 | - |
| YUV | 46.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 109 | 0.25 | 0.84 | 0 | 0.57 | 282.39 | 0.73 | 0.25 |
| Hex | 52 | 11 | 6D | 19 | 54 | 0 | 39 | 11A | 49 | 19 |
| Octal | 122 | 21 | 155 | 31 | 124 | 0 | 71 | 432 | 111 | 31 |
| Binary | 1010010 | 10001 | 1101101 | 11001 | 1010100 | 0 | 111001 | 100011010 | 1001001 | 11001 |
Color Harmonies of #52116D
Complementary color
Monochromatic Colors of #52116D
Black with #52116D
Text Example
Text Example
White with #52116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52116D; }
p { color: rgb(82,17,109); }
H1.HeaderClassName
{
color: #52116D;
}
.AnyTagClassName
{
color: #52116D;
}
</style>
background-color css
<style>
a { background-color: #52116D; }
a { background-color: rgb(82,17,109); }
div.DivClassName
{
background-color: #52116D;
}
.BgClassName
{
background-color: #52116D;
}
</style>
border-color css
<style>
span { border-color: #52116D; }
span { border-color: rgb(82,17,109); }
td.TdClassName
{
border-color: #52116D;
}
.TagClassName
{
border-color: #52116D;
}
</style>