Shades of Indigo #52148D
Tints of Indigo #52148D
RGB
CMYK
RGB Variations
Color information
#52148D (or 0x52148D) is known color: Indigo. HEX triplet: 52, 14 and 8D. RGB value is (82,20,141). Sum of RGB (Red+Green+Blue) = 82+20+141=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #52148D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52148D is #ADEB72. Grayscale: #333333. Windows color (decimal): -11398003 or 9245778. OLE color: 9245778.
HSL color Cylindrical-coordinate representation of color #52148D: hue angle of 270.74º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52148D is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 20 | 141 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.45 |
| HSL | 270.74º | 0.75% | 0.32% | - |
| HSV(B) | 270.74º | 0.86% | 0.55% | - |
| XYZ | 8.54 | 4.22 | 25.56 | - |
| YUV | 52.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 141 | 0.42 | 0.86 | 0 | 0.45 | 270.74 | 0.75 | 0.32 |
| Hex | 52 | 14 | 8D | 2A | 56 | 0 | 2D | 10F | 4B | 20 |
| Octal | 122 | 24 | 215 | 52 | 126 | 0 | 55 | 417 | 113 | 40 |
| Binary | 1010010 | 10100 | 10001101 | 101010 | 1010110 | 0 | 101101 | 100001111 | 1001011 | 100000 |
Color Harmonies of #52148D
Complementary color
Monochromatic Colors of #52148D
Black with #52148D
Text Example
Text Example
White with #52148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52148D; }
p { color: rgb(82,20,141); }
H1.HeaderClassName
{
color: #52148D;
}
.AnyTagClassName
{
color: #52148D;
}
</style>
background-color css
<style>
a { background-color: #52148D; }
a { background-color: rgb(82,20,141); }
div.DivClassName
{
background-color: #52148D;
}
.BgClassName
{
background-color: #52148D;
}
</style>
border-color css
<style>
span { border-color: #52148D; }
span { border-color: rgb(82,20,141); }
td.TdClassName
{
border-color: #52148D;
}
.TagClassName
{
border-color: #52148D;
}
</style>