Shades of Indigo #52088D
Tints of Indigo #52088D
RGB
CMYK
RGB Variations
Color information
#52088D (or 0x52088D) is known color: Indigo. HEX triplet: 52, 08 and 8D. RGB value is (82,8,141). Sum of RGB (Red+Green+Blue) = 82+8+141=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #52088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52088D is #ADF772. Grayscale: #2C2C2C. Windows color (decimal): -11401075 or 9242706. OLE color: 9242706.
HSL color Cylindrical-coordinate representation of color #52088D: hue angle of 273.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52088D is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 8 | 141 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.45 |
| HSL | 273.38º | 0.89% | 0.29% | - |
| HSV(B) | 273.38º | 0.94% | 0.55% | - |
| XYZ | 8.37 | 3.89 | 25.51 | - |
| YUV | 45.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 141 | 0.42 | 0.94 | 0 | 0.45 | 273.38 | 0.89 | 0.29 |
| Hex | 52 | 8 | 8D | 2A | 5E | 0 | 2D | 111 | 59 | 1D |
| Octal | 122 | 10 | 215 | 52 | 136 | 0 | 55 | 421 | 131 | 35 |
| Binary | 1010010 | 1000 | 10001101 | 101010 | 1011110 | 0 | 101101 | 100010001 | 1011001 | 11101 |
Color Harmonies of #52088D
Complementary color
Monochromatic Colors of #52088D
Black with #52088D
Text Example
Text Example
White with #52088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52088D; }
p { color: rgb(82,8,141); }
H1.HeaderClassName
{
color: #52088D;
}
.AnyTagClassName
{
color: #52088D;
}
</style>
background-color css
<style>
a { background-color: #52088D; }
a { background-color: rgb(82,8,141); }
div.DivClassName
{
background-color: #52088D;
}
.BgClassName
{
background-color: #52088D;
}
</style>
border-color css
<style>
span { border-color: #52088D; }
span { border-color: rgb(82,8,141); }
td.TdClassName
{
border-color: #52088D;
}
.TagClassName
{
border-color: #52088D;
}
</style>