Shades of Indigo #52015F
Tints of Indigo #52015F
RGB
CMYK
RGB Variations
Color information
#52015F (or 0x52015F) is known color: Indigo. HEX triplet: 52, 01 and 5F. RGB value is (82,1,95). Sum of RGB (Red+Green+Blue) = 82+1+95=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #52015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52015F is #ADFEA0. Grayscale: #232323. Windows color (decimal): -11402913 or 6226258. OLE color: 6226258.
HSL color Cylindrical-coordinate representation of color #52015F: hue angle of 291.7º 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 #52015F is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 1 | 95 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.63 |
| HSL | 291.7º | 0.98% | 0.19% | - |
| HSV(B) | 291.7º | 0.99% | 0.37% | - |
| XYZ | 5.56 | 2.64 | 11.04 | - |
| YUV | 35.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 95 | 0.14 | 0.99 | 0 | 0.63 | 291.7 | 0.98 | 0.19 |
| Hex | 52 | 1 | 5F | E | 63 | 0 | 3F | 124 | 62 | 13 |
| Octal | 122 | 1 | 137 | 16 | 143 | 0 | 77 | 444 | 142 | 23 |
| Binary | 1010010 | 1 | 1011111 | 1110 | 1100011 | 0 | 111111 | 100100100 | 1100010 | 10011 |
Color Harmonies of #52015F
Complementary color
Monochromatic Colors of #52015F
Black with #52015F
Text Example
Text Example
White with #52015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52015F; }
p { color: rgb(82,1,95); }
H1.HeaderClassName
{
color: #52015F;
}
.AnyTagClassName
{
color: #52015F;
}
</style>
background-color css
<style>
a { background-color: #52015F; }
a { background-color: rgb(82,1,95); }
div.DivClassName
{
background-color: #52015F;
}
.BgClassName
{
background-color: #52015F;
}
</style>
border-color css
<style>
span { border-color: #52015F; }
span { border-color: rgb(82,1,95); }
td.TdClassName
{
border-color: #52015F;
}
.TagClassName
{
border-color: #52015F;
}
</style>