Shades of Indigo #52118C
Tints of Indigo #52118C
RGB
CMYK
RGB Variations
Color information
#52118C (or 0x52118C) is known color: Indigo. HEX triplet: 52, 11 and 8C. RGB value is (82,17,140). Sum of RGB (Red+Green+Blue) = 82+17+140=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #52118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52118C is #ADEE73. Grayscale: #323232. Windows color (decimal): -11398772 or 9179474. OLE color: 9179474.
HSL color Cylindrical-coordinate representation of color #52118C: hue angle of 271.71º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52118C is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 17 | 140 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.45 |
| HSL | 271.71º | 0.78% | 0.31% | - |
| HSV(B) | 271.71º | 0.88% | 0.55% | - |
| XYZ | 8.41 | 4.09 | 25.16 | - |
| YUV | 50.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 140 | 0.41 | 0.88 | 0 | 0.45 | 271.71 | 0.78 | 0.31 |
| Hex | 52 | 11 | 8C | 29 | 58 | 0 | 2D | 110 | 4E | 1F |
| Octal | 122 | 21 | 214 | 51 | 130 | 0 | 55 | 420 | 116 | 37 |
| Binary | 1010010 | 10001 | 10001100 | 101001 | 1011000 | 0 | 101101 | 100010000 | 1001110 | 11111 |
Color Harmonies of #52118C
Complementary color
Monochromatic Colors of #52118C
Black with #52118C
Text Example
Text Example
White with #52118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52118C; }
p { color: rgb(82,17,140); }
H1.HeaderClassName
{
color: #52118C;
}
.AnyTagClassName
{
color: #52118C;
}
</style>
background-color css
<style>
a { background-color: #52118C; }
a { background-color: rgb(82,17,140); }
div.DivClassName
{
background-color: #52118C;
}
.BgClassName
{
background-color: #52118C;
}
</style>
border-color css
<style>
span { border-color: #52118C; }
span { border-color: rgb(82,17,140); }
td.TdClassName
{
border-color: #52118C;
}
.TagClassName
{
border-color: #52118C;
}
</style>