Shades of Indigo #52096F
Tints of Indigo #52096F
RGB
CMYK
RGB Variations
Color information
#52096F (or 0x52096F) is known color: Indigo. HEX triplet: 52, 09 and 6F. RGB value is (82,9,111). Sum of RGB (Red+Green+Blue) = 82+9+111=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #52096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52096F is #ADF690. Grayscale: #2A2A2A. Windows color (decimal): -11400849 or 7276882. OLE color: 7276882.
HSL color Cylindrical-coordinate representation of color #52096F: hue angle of 282.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52096F is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 9 | 111 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.56 |
| HSL | 282.94º | 0.85% | 0.24% | - |
| HSV(B) | 282.94º | 0.92% | 0.44% | - |
| XYZ | 6.45 | 3.14 | 15.3 | - |
| YUV | 42.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 111 | 0.26 | 0.92 | 0 | 0.56 | 282.94 | 0.85 | 0.24 |
| Hex | 52 | 9 | 6F | 1A | 5C | 0 | 38 | 11B | 55 | 18 |
| Octal | 122 | 11 | 157 | 32 | 134 | 0 | 70 | 433 | 125 | 30 |
| Binary | 1010010 | 1001 | 1101111 | 11010 | 1011100 | 0 | 111000 | 100011011 | 1010101 | 11000 |
Color Harmonies of #52096F
Complementary color
Monochromatic Colors of #52096F
Black with #52096F
Text Example
Text Example
White with #52096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52096F; }
p { color: rgb(82,9,111); }
H1.HeaderClassName
{
color: #52096F;
}
.AnyTagClassName
{
color: #52096F;
}
</style>
background-color css
<style>
a { background-color: #52096F; }
a { background-color: rgb(82,9,111); }
div.DivClassName
{
background-color: #52096F;
}
.BgClassName
{
background-color: #52096F;
}
</style>
border-color css
<style>
span { border-color: #52096F; }
span { border-color: rgb(82,9,111); }
td.TdClassName
{
border-color: #52096F;
}
.TagClassName
{
border-color: #52096F;
}
</style>