Shades of Indigo #52178E
Tints of Indigo #52178E
RGB
CMYK
RGB Variations
Color information
#52178E (or 0x52178E) is known color: Indigo. HEX triplet: 52, 17 and 8E. RGB value is (82,23,142). Sum of RGB (Red+Green+Blue) = 82+23+142=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #52178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52178E is #ADE871. Grayscale: #353535. Windows color (decimal): -11397234 or 9312082. OLE color: 9312082.
HSL color Cylindrical-coordinate representation of color #52178E: hue angle of 269.75º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52178E is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 23 | 142 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.44 |
| HSL | 269.75º | 0.72% | 0.32% | - |
| HSV(B) | 269.75º | 0.84% | 0.56% | - |
| XYZ | 8.67 | 4.36 | 25.98 | - |
| YUV | 54.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 142 | 0.42 | 0.84 | 0 | 0.44 | 269.75 | 0.72 | 0.32 |
| Hex | 52 | 17 | 8E | 2A | 54 | 0 | 2C | 10E | 48 | 20 |
| Octal | 122 | 27 | 216 | 52 | 124 | 0 | 54 | 416 | 110 | 40 |
| Binary | 1010010 | 10111 | 10001110 | 101010 | 1010100 | 0 | 101100 | 100001110 | 1001000 | 100000 |
Color Harmonies of #52178E
Complementary color
Monochromatic Colors of #52178E
Black with #52178E
Text Example
Text Example
White with #52178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52178E; }
p { color: rgb(82,23,142); }
H1.HeaderClassName
{
color: #52178E;
}
.AnyTagClassName
{
color: #52178E;
}
</style>
background-color css
<style>
a { background-color: #52178E; }
a { background-color: rgb(82,23,142); }
div.DivClassName
{
background-color: #52178E;
}
.BgClassName
{
background-color: #52178E;
}
</style>
border-color css
<style>
span { border-color: #52178E; }
span { border-color: rgb(82,23,142); }
td.TdClassName
{
border-color: #52178E;
}
.TagClassName
{
border-color: #52178E;
}
</style>