Shades of Indigo #52035E
Tints of Indigo #52035E
RGB
CMYK
RGB Variations
Color information
#52035E (or 0x52035E) is known color: Indigo. HEX triplet: 52, 03 and 5E. RGB value is (82,3,94). Sum of RGB (Red+Green+Blue) = 82+3+94=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #52035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52035E is #ADFCA1. Grayscale: #242424. Windows color (decimal): -11402402 or 6161234. OLE color: 6161234.
HSL color Cylindrical-coordinate representation of color #52035E: hue angle of 292.09º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52035E is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 3 | 94 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.63 |
| HSL | 292.09º | 0.94% | 0.19% | - |
| HSV(B) | 292.09º | 0.97% | 0.37% | - |
| XYZ | 5.53 | 2.67 | 10.81 | - |
| YUV | 37 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 94 | 0.13 | 0.97 | 0 | 0.63 | 292.09 | 0.94 | 0.19 |
| Hex | 52 | 3 | 5E | D | 61 | 0 | 3F | 124 | 5E | 13 |
| Octal | 122 | 3 | 136 | 15 | 141 | 0 | 77 | 444 | 136 | 23 |
| Binary | 1010010 | 11 | 1011110 | 1101 | 1100001 | 0 | 111111 | 100100100 | 1011110 | 10011 |
Color Harmonies of #52035E
Complementary color
Monochromatic Colors of #52035E
Black with #52035E
Text Example
Text Example
White with #52035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52035E; }
p { color: rgb(82,3,94); }
H1.HeaderClassName
{
color: #52035E;
}
.AnyTagClassName
{
color: #52035E;
}
</style>
background-color css
<style>
a { background-color: #52035E; }
a { background-color: rgb(82,3,94); }
div.DivClassName
{
background-color: #52035E;
}
.BgClassName
{
background-color: #52035E;
}
</style>
border-color css
<style>
span { border-color: #52035E; }
span { border-color: rgb(82,3,94); }
td.TdClassName
{
border-color: #52035E;
}
.TagClassName
{
border-color: #52035E;
}
</style>