Shades of Indigo #52088F
Tints of Indigo #52088F
RGB
CMYK
RGB Variations
Color information
#52088F (or 0x52088F) is known color: Indigo. HEX triplet: 52, 08 and 8F. RGB value is (82,8,143). Sum of RGB (Red+Green+Blue) = 82+8+143=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #52088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52088F is #ADF770. Grayscale: #2D2D2D. Windows color (decimal): -11401073 or 9373778. OLE color: 9373778.
HSL color Cylindrical-coordinate representation of color #52088F: hue angle of 272.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52088F is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 8 | 143 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.44 |
| HSL | 272.89º | 0.89% | 0.3% | - |
| HSV(B) | 272.89º | 0.94% | 0.56% | - |
| XYZ | 8.52 | 3.95 | 26.3 | - |
| YUV | 45.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 143 | 0.43 | 0.94 | 0 | 0.44 | 272.89 | 0.89 | 0.3 |
| Hex | 52 | 8 | 8F | 2B | 5E | 0 | 2C | 111 | 59 | 1E |
| Octal | 122 | 10 | 217 | 53 | 136 | 0 | 54 | 421 | 131 | 36 |
| Binary | 1010010 | 1000 | 10001111 | 101011 | 1011110 | 0 | 101100 | 100010001 | 1011001 | 11110 |
Color Harmonies of #52088F
Complementary color
Monochromatic Colors of #52088F
Black with #52088F
Text Example
Text Example
White with #52088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52088F; }
p { color: rgb(82,8,143); }
H1.HeaderClassName
{
color: #52088F;
}
.AnyTagClassName
{
color: #52088F;
}
</style>
background-color css
<style>
a { background-color: #52088F; }
a { background-color: rgb(82,8,143); }
div.DivClassName
{
background-color: #52088F;
}
.BgClassName
{
background-color: #52088F;
}
</style>
border-color css
<style>
span { border-color: #52088F; }
span { border-color: rgb(82,8,143); }
td.TdClassName
{
border-color: #52088F;
}
.TagClassName
{
border-color: #52088F;
}
</style>