Shades of Indigo #52088B
Tints of Indigo #52088B
RGB
CMYK
RGB Variations
Color information
#52088B (or 0x52088B) is known color: Indigo. HEX triplet: 52, 08 and 8B. RGB value is (82,8,139). Sum of RGB (Red+Green+Blue) = 82+8+139=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #52088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52088B is #ADF774. Grayscale: #2C2C2C. Windows color (decimal): -11401077 or 9111634. OLE color: 9111634.
HSL color Cylindrical-coordinate representation of color #52088B: hue angle of 273.89º 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 #52088B is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 8 | 139 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.45 |
| HSL | 273.89º | 0.89% | 0.29% | - |
| HSV(B) | 273.89º | 0.94% | 0.55% | - |
| XYZ | 8.23 | 3.83 | 24.73 | - |
| YUV | 45.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 139 | 0.41 | 0.94 | 0 | 0.45 | 273.89 | 0.89 | 0.29 |
| Hex | 52 | 8 | 8B | 29 | 5E | 0 | 2D | 112 | 59 | 1D |
| Octal | 122 | 10 | 213 | 51 | 136 | 0 | 55 | 422 | 131 | 35 |
| Binary | 1010010 | 1000 | 10001011 | 101001 | 1011110 | 0 | 101101 | 100010010 | 1011001 | 11101 |
Color Harmonies of #52088B
Complementary color
Monochromatic Colors of #52088B
Black with #52088B
Text Example
Text Example
White with #52088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52088B; }
p { color: rgb(82,8,139); }
H1.HeaderClassName
{
color: #52088B;
}
.AnyTagClassName
{
color: #52088B;
}
</style>
background-color css
<style>
a { background-color: #52088B; }
a { background-color: rgb(82,8,139); }
div.DivClassName
{
background-color: #52088B;
}
.BgClassName
{
background-color: #52088B;
}
</style>
border-color css
<style>
span { border-color: #52088B; }
span { border-color: rgb(82,8,139); }
td.TdClassName
{
border-color: #52088B;
}
.TagClassName
{
border-color: #52088B;
}
</style>