Shades of Indigo #52188D
Tints of Indigo #52188D
RGB
CMYK
RGB Variations
Color information
#52188D (or 0x52188D) is known color: Indigo. HEX triplet: 52, 18 and 8D. RGB value is (82,24,141). Sum of RGB (Red+Green+Blue) = 82+24+141=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #52188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52188D is #ADE772. Grayscale: #363636. Windows color (decimal): -11396979 or 9246802. OLE color: 9246802.
HSL color Cylindrical-coordinate representation of color #52188D: hue angle of 269.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52188D is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 24 | 141 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.45 |
| HSL | 269.74º | 0.71% | 0.32% | - |
| HSV(B) | 269.74º | 0.83% | 0.55% | - |
| XYZ | 8.61 | 4.37 | 25.59 | - |
| YUV | 54.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 141 | 0.42 | 0.83 | 0 | 0.45 | 269.74 | 0.71 | 0.32 |
| Hex | 52 | 18 | 8D | 2A | 53 | 0 | 2D | 10E | 47 | 20 |
| Octal | 122 | 30 | 215 | 52 | 123 | 0 | 55 | 416 | 107 | 40 |
| Binary | 1010010 | 11000 | 10001101 | 101010 | 1010011 | 0 | 101101 | 100001110 | 1000111 | 100000 |
Color Harmonies of #52188D
Complementary color
Monochromatic Colors of #52188D
Black with #52188D
Text Example
Text Example
White with #52188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52188D; }
p { color: rgb(82,24,141); }
H1.HeaderClassName
{
color: #52188D;
}
.AnyTagClassName
{
color: #52188D;
}
</style>
background-color css
<style>
a { background-color: #52188D; }
a { background-color: rgb(82,24,141); }
div.DivClassName
{
background-color: #52188D;
}
.BgClassName
{
background-color: #52188D;
}
</style>
border-color css
<style>
span { border-color: #52188D; }
span { border-color: rgb(82,24,141); }
td.TdClassName
{
border-color: #52188D;
}
.TagClassName
{
border-color: #52188D;
}
</style>