Shades of Indigo #52096D
Tints of Indigo #52096D
RGB
CMYK
RGB Variations
Color information
#52096D (or 0x52096D) is known color: Indigo. HEX triplet: 52, 09 and 6D. RGB value is (82,9,109). Sum of RGB (Red+Green+Blue) = 82+9+109=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #52096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52096D is #ADF692. Grayscale: #292929. Windows color (decimal): -11400851 or 7145810. OLE color: 7145810.
HSL color Cylindrical-coordinate representation of color #52096D: hue angle of 283.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52096D is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 9 | 109 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.57 |
| HSL | 283.8º | 0.85% | 0.23% | - |
| HSV(B) | 283.8º | 0.92% | 0.43% | - |
| XYZ | 6.34 | 3.09 | 14.73 | - |
| YUV | 42.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 109 | 0.25 | 0.92 | 0 | 0.57 | 283.8 | 0.85 | 0.23 |
| Hex | 52 | 9 | 6D | 19 | 5C | 0 | 39 | 11C | 55 | 17 |
| Octal | 122 | 11 | 155 | 31 | 134 | 0 | 71 | 434 | 125 | 27 |
| Binary | 1010010 | 1001 | 1101101 | 11001 | 1011100 | 0 | 111001 | 100011100 | 1010101 | 10111 |
Color Harmonies of #52096D
Complementary color
Monochromatic Colors of #52096D
Black with #52096D
Text Example
Text Example
White with #52096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52096D; }
p { color: rgb(82,9,109); }
H1.HeaderClassName
{
color: #52096D;
}
.AnyTagClassName
{
color: #52096D;
}
</style>
background-color css
<style>
a { background-color: #52096D; }
a { background-color: rgb(82,9,109); }
div.DivClassName
{
background-color: #52096D;
}
.BgClassName
{
background-color: #52096D;
}
</style>
border-color css
<style>
span { border-color: #52096D; }
span { border-color: rgb(82,9,109); }
td.TdClassName
{
border-color: #52096D;
}
.TagClassName
{
border-color: #52096D;
}
</style>