Shades of Indigo #52128D
Tints of Indigo #52128D
RGB
CMYK
RGB Variations
Color information
#52128D (or 0x52128D) is known color: Indigo. HEX triplet: 52, 12 and 8D. RGB value is (82,18,141). Sum of RGB (Red+Green+Blue) = 82+18+141=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #52128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52128D is #ADED72. Grayscale: #323232. Windows color (decimal): -11398515 or 9245266. OLE color: 9245266.
HSL color Cylindrical-coordinate representation of color #52128D: hue angle of 271.22º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52128D is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 18 | 141 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.45 |
| HSL | 271.22º | 0.77% | 0.31% | - |
| HSV(B) | 271.22º | 0.87% | 0.55% | - |
| XYZ | 8.5 | 4.15 | 25.55 | - |
| YUV | 51.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 141 | 0.42 | 0.87 | 0 | 0.45 | 271.22 | 0.77 | 0.31 |
| Hex | 52 | 12 | 8D | 2A | 57 | 0 | 2D | 10F | 4D | 1F |
| Octal | 122 | 22 | 215 | 52 | 127 | 0 | 55 | 417 | 115 | 37 |
| Binary | 1010010 | 10010 | 10001101 | 101010 | 1010111 | 0 | 101101 | 100001111 | 1001101 | 11111 |
Color Harmonies of #52128D
Complementary color
Monochromatic Colors of #52128D
Black with #52128D
Text Example
Text Example
White with #52128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52128D; }
p { color: rgb(82,18,141); }
H1.HeaderClassName
{
color: #52128D;
}
.AnyTagClassName
{
color: #52128D;
}
</style>
background-color css
<style>
a { background-color: #52128D; }
a { background-color: rgb(82,18,141); }
div.DivClassName
{
background-color: #52128D;
}
.BgClassName
{
background-color: #52128D;
}
</style>
border-color css
<style>
span { border-color: #52128D; }
span { border-color: rgb(82,18,141); }
td.TdClassName
{
border-color: #52128D;
}
.TagClassName
{
border-color: #52128D;
}
</style>