Shades of Indigo #52189D
Tints of Indigo #52189D
RGB
CMYK
RGB Variations
Color information
#52189D (or 0x52189D) is known color: Indigo. HEX triplet: 52, 18 and 9D. RGB value is (82,24,157). Sum of RGB (Red+Green+Blue) = 82+24+157=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #52189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52189D is #ADE762. Grayscale: #383838. Windows color (decimal): -11396963 or 10295378. OLE color: 10295378.
HSL color Cylindrical-coordinate representation of color #52189D: hue angle of 266.17º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52189D is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 24 | 157 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.38 |
| HSL | 266.17º | 0.73% | 0.35% | - |
| HSV(B) | 266.17º | 0.85% | 0.62% | - |
| XYZ | 9.89 | 4.88 | 32.32 | - |
| YUV | 56.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 157 | 0.48 | 0.85 | 0 | 0.38 | 266.17 | 0.73 | 0.35 |
| Hex | 52 | 18 | 9D | 30 | 55 | 0 | 26 | 10A | 49 | 23 |
| Octal | 122 | 30 | 235 | 60 | 125 | 0 | 46 | 412 | 111 | 43 |
| Binary | 1010010 | 11000 | 10011101 | 110000 | 1010101 | 0 | 100110 | 100001010 | 1001001 | 100011 |
Color Harmonies of #52189D
Complementary color
Monochromatic Colors of #52189D
Black with #52189D
Text Example
Text Example
White with #52189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52189D; }
p { color: rgb(82,24,157); }
H1.HeaderClassName
{
color: #52189D;
}
.AnyTagClassName
{
color: #52189D;
}
</style>
background-color css
<style>
a { background-color: #52189D; }
a { background-color: rgb(82,24,157); }
div.DivClassName
{
background-color: #52189D;
}
.BgClassName
{
background-color: #52189D;
}
</style>
border-color css
<style>
span { border-color: #52189D; }
span { border-color: rgb(82,24,157); }
td.TdClassName
{
border-color: #52189D;
}
.TagClassName
{
border-color: #52189D;
}
</style>