Shades of Indigo #52048D
Tints of Indigo #52048D
RGB
CMYK
RGB Variations
Color information
#52048D (or 0x52048D) is known color: Indigo. HEX triplet: 52, 04 and 8D. RGB value is (82,4,141). Sum of RGB (Red+Green+Blue) = 82+4+141=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #52048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52048D is #ADFB72. Grayscale: #2A2A2A. Windows color (decimal): -11402099 or 9241682. OLE color: 9241682.
HSL color Cylindrical-coordinate representation of color #52048D: hue angle of 274.16º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52048D is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 4 | 141 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.45 |
| HSL | 274.16º | 0.94% | 0.28% | - |
| HSV(B) | 274.16º | 0.97% | 0.55% | - |
| XYZ | 8.33 | 3.8 | 25.49 | - |
| YUV | 42.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 141 | 0.42 | 0.97 | 0 | 0.45 | 274.16 | 0.94 | 0.28 |
| Hex | 52 | 4 | 8D | 2A | 61 | 0 | 2D | 112 | 5E | 1C |
| Octal | 122 | 4 | 215 | 52 | 141 | 0 | 55 | 422 | 136 | 34 |
| Binary | 1010010 | 100 | 10001101 | 101010 | 1100001 | 0 | 101101 | 100010010 | 1011110 | 11100 |
Color Harmonies of #52048D
Complementary color
Monochromatic Colors of #52048D
Black with #52048D
Text Example
Text Example
White with #52048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52048D; }
p { color: rgb(82,4,141); }
H1.HeaderClassName
{
color: #52048D;
}
.AnyTagClassName
{
color: #52048D;
}
</style>
background-color css
<style>
a { background-color: #52048D; }
a { background-color: rgb(82,4,141); }
div.DivClassName
{
background-color: #52048D;
}
.BgClassName
{
background-color: #52048D;
}
</style>
border-color css
<style>
span { border-color: #52048D; }
span { border-color: rgb(82,4,141); }
td.TdClassName
{
border-color: #52048D;
}
.TagClassName
{
border-color: #52048D;
}
</style>