Shades of Indigo #52015E
Tints of Indigo #52015E
RGB
CMYK
RGB Variations
Color information
#52015E (or 0x52015E) is known color: Indigo. HEX triplet: 52, 01 and 5E. RGB value is (82,1,94). Sum of RGB (Red+Green+Blue) = 82+1+94=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #52015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52015E is #ADFEA1. Grayscale: #232323. Windows color (decimal): -11402914 or 6160722. OLE color: 6160722.
HSL color Cylindrical-coordinate representation of color #52015E: hue angle of 292.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52015E is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 1 | 94 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.63 |
| HSL | 292.26º | 0.98% | 0.19% | - |
| HSV(B) | 292.26º | 0.99% | 0.37% | - |
| XYZ | 5.51 | 2.62 | 10.81 | - |
| YUV | 35.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 94 | 0.13 | 0.99 | 0 | 0.63 | 292.26 | 0.98 | 0.19 |
| Hex | 52 | 1 | 5E | D | 63 | 0 | 3F | 124 | 62 | 13 |
| Octal | 122 | 1 | 136 | 15 | 143 | 0 | 77 | 444 | 142 | 23 |
| Binary | 1010010 | 1 | 1011110 | 1101 | 1100011 | 0 | 111111 | 100100100 | 1100010 | 10011 |
Color Harmonies of #52015E
Complementary color
Monochromatic Colors of #52015E
Black with #52015E
Text Example
Text Example
White with #52015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52015E; }
p { color: rgb(82,1,94); }
H1.HeaderClassName
{
color: #52015E;
}
.AnyTagClassName
{
color: #52015E;
}
</style>
background-color css
<style>
a { background-color: #52015E; }
a { background-color: rgb(82,1,94); }
div.DivClassName
{
background-color: #52015E;
}
.BgClassName
{
background-color: #52015E;
}
</style>
border-color css
<style>
span { border-color: #52015E; }
span { border-color: rgb(82,1,94); }
td.TdClassName
{
border-color: #52015E;
}
.TagClassName
{
border-color: #52015E;
}
</style>