Shades of Indigo #52046D
Tints of Indigo #52046D
RGB
CMYK
RGB Variations
Color information
#52046D (or 0x52046D) is known color: Indigo. HEX triplet: 52, 04 and 6D. RGB value is (82,4,109). Sum of RGB (Red+Green+Blue) = 82+4+109=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #52046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52046D is #ADFB92. Grayscale: #262626. Windows color (decimal): -11402131 or 7144530. OLE color: 7144530.
HSL color Cylindrical-coordinate representation of color #52046D: hue angle of 284.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52046D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 4 | 109 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.57 |
| HSL | 284.57º | 0.93% | 0.22% | - |
| HSV(B) | 284.57º | 0.96% | 0.43% | - |
| XYZ | 6.28 | 2.98 | 14.71 | - |
| YUV | 39.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 109 | 0.25 | 0.96 | 0 | 0.57 | 284.57 | 0.93 | 0.22 |
| Hex | 52 | 4 | 6D | 19 | 60 | 0 | 39 | 11D | 5D | 16 |
| Octal | 122 | 4 | 155 | 31 | 140 | 0 | 71 | 435 | 135 | 26 |
| Binary | 1010010 | 100 | 1101101 | 11001 | 1100000 | 0 | 111001 | 100011101 | 1011101 | 10110 |
Color Harmonies of #52046D
Complementary color
Monochromatic Colors of #52046D
Black with #52046D
Text Example
Text Example
White with #52046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52046D; }
p { color: rgb(82,4,109); }
H1.HeaderClassName
{
color: #52046D;
}
.AnyTagClassName
{
color: #52046D;
}
</style>
background-color css
<style>
a { background-color: #52046D; }
a { background-color: rgb(82,4,109); }
div.DivClassName
{
background-color: #52046D;
}
.BgClassName
{
background-color: #52046D;
}
</style>
border-color css
<style>
span { border-color: #52046D; }
span { border-color: rgb(82,4,109); }
td.TdClassName
{
border-color: #52046D;
}
.TagClassName
{
border-color: #52046D;
}
</style>