Shades of Indigo #52048C
Tints of Indigo #52048C
RGB
CMYK
RGB Variations
Color information
#52048C (or 0x52048C) is known color: Indigo. HEX triplet: 52, 04 and 8C. RGB value is (82,4,140). Sum of RGB (Red+Green+Blue) = 82+4+140=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #52048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52048C is #ADFB73. Grayscale: #2A2A2A. Windows color (decimal): -11402100 or 9176146. OLE color: 9176146.
HSL color Cylindrical-coordinate representation of color #52048C: hue angle of 274.41º 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 #52048C is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 4 | 140 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.45 |
| HSL | 274.41º | 0.94% | 0.28% | - |
| HSV(B) | 274.41º | 0.97% | 0.55% | - |
| XYZ | 8.26 | 3.77 | 25.1 | - |
| YUV | 42.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 140 | 0.41 | 0.97 | 0 | 0.45 | 274.41 | 0.94 | 0.28 |
| Hex | 52 | 4 | 8C | 29 | 61 | 0 | 2D | 112 | 5E | 1C |
| Octal | 122 | 4 | 214 | 51 | 141 | 0 | 55 | 422 | 136 | 34 |
| Binary | 1010010 | 100 | 10001100 | 101001 | 1100001 | 0 | 101101 | 100010010 | 1011110 | 11100 |
Color Harmonies of #52048C
Complementary color
Monochromatic Colors of #52048C
Black with #52048C
Text Example
Text Example
White with #52048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52048C; }
p { color: rgb(82,4,140); }
H1.HeaderClassName
{
color: #52048C;
}
.AnyTagClassName
{
color: #52048C;
}
</style>
background-color css
<style>
a { background-color: #52048C; }
a { background-color: rgb(82,4,140); }
div.DivClassName
{
background-color: #52048C;
}
.BgClassName
{
background-color: #52048C;
}
</style>
border-color css
<style>
span { border-color: #52048C; }
span { border-color: rgb(82,4,140); }
td.TdClassName
{
border-color: #52048C;
}
.TagClassName
{
border-color: #52048C;
}
</style>