Shades of Indigo #52109D
Tints of Indigo #52109D
RGB
CMYK
RGB Variations
Color information
#52109D (or 0x52109D) is known color: Indigo. HEX triplet: 52, 10 and 9D. RGB value is (82,16,157). Sum of RGB (Red+Green+Blue) = 82+16+157=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #52109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52109D is #ADEF62. Grayscale: #333333. Windows color (decimal): -11399011 or 10293330. OLE color: 10293330.
HSL color Cylindrical-coordinate representation of color #52109D: hue angle of 268.09º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52109D is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 16 | 157 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.38 |
| HSL | 268.09º | 0.82% | 0.34% | - |
| HSV(B) | 268.09º | 0.9% | 0.62% | - |
| XYZ | 9.75 | 4.6 | 32.27 | - |
| YUV | 51.81 | 187.37 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 157 | 0.48 | 0.90 | 0 | 0.38 | 268.09 | 0.82 | 0.34 |
| Hex | 52 | 10 | 9D | 30 | 5A | 0 | 26 | 10C | 52 | 22 |
| Octal | 122 | 20 | 235 | 60 | 132 | 0 | 46 | 414 | 122 | 42 |
| Binary | 1010010 | 10000 | 10011101 | 110000 | 1011010 | 0 | 100110 | 100001100 | 1010010 | 100010 |
Color Harmonies of #52109D
Complementary color
Monochromatic Colors of #52109D
Black with #52109D
Text Example
Text Example
White with #52109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52109D; }
p { color: rgb(82,16,157); }
H1.HeaderClassName
{
color: #52109D;
}
.AnyTagClassName
{
color: #52109D;
}
</style>
background-color css
<style>
a { background-color: #52109D; }
a { background-color: rgb(82,16,157); }
div.DivClassName
{
background-color: #52109D;
}
.BgClassName
{
background-color: #52109D;
}
</style>
border-color css
<style>
span { border-color: #52109D; }
span { border-color: rgb(82,16,157); }
td.TdClassName
{
border-color: #52109D;
}
.TagClassName
{
border-color: #52109D;
}
</style>