Shades of Indigo #52088A
Tints of Indigo #52088A
RGB
CMYK
RGB Variations
Color information
#52088A (or 0x52088A) is known color: Indigo. HEX triplet: 52, 08 and 8A. RGB value is (82,8,138). Sum of RGB (Red+Green+Blue) = 82+8+138=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #52088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52088A is #ADF775. Grayscale: #2C2C2C. Windows color (decimal): -11401078 or 9046098. OLE color: 9046098.
HSL color Cylindrical-coordinate representation of color #52088A: hue angle of 274.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52088A is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 8 | 138 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.46 |
| HSL | 274.15º | 0.89% | 0.29% | - |
| HSV(B) | 274.15º | 0.94% | 0.54% | - |
| XYZ | 8.15 | 3.8 | 24.35 | - |
| YUV | 44.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 138 | 0.41 | 0.94 | 0 | 0.46 | 274.15 | 0.89 | 0.29 |
| Hex | 52 | 8 | 8A | 29 | 5E | 0 | 2E | 112 | 59 | 1D |
| Octal | 122 | 10 | 212 | 51 | 136 | 0 | 56 | 422 | 131 | 35 |
| Binary | 1010010 | 1000 | 10001010 | 101001 | 1011110 | 0 | 101110 | 100010010 | 1011001 | 11101 |
Color Harmonies of #52088A
Complementary color
Monochromatic Colors of #52088A
Black with #52088A
Text Example
Text Example
White with #52088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52088A; }
p { color: rgb(82,8,138); }
H1.HeaderClassName
{
color: #52088A;
}
.AnyTagClassName
{
color: #52088A;
}
</style>
background-color css
<style>
a { background-color: #52088A; }
a { background-color: rgb(82,8,138); }
div.DivClassName
{
background-color: #52088A;
}
.BgClassName
{
background-color: #52088A;
}
</style>
border-color css
<style>
span { border-color: #52088A; }
span { border-color: rgb(82,8,138); }
td.TdClassName
{
border-color: #52088A;
}
.TagClassName
{
border-color: #52088A;
}
</style>