Shades of Indigo #52078D
Tints of Indigo #52078D
RGB
CMYK
RGB Variations
Color information
#52078D (or 0x52078D) is known color: Indigo. HEX triplet: 52, 07 and 8D. RGB value is (82,7,141). Sum of RGB (Red+Green+Blue) = 82+7+141=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #52078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52078D is #ADF872. Grayscale: #2C2C2C. Windows color (decimal): -11401331 or 9242450. OLE color: 9242450.
HSL color Cylindrical-coordinate representation of color #52078D: hue angle of 273.58º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52078D is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 7 | 141 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.45 |
| HSL | 273.58º | 0.91% | 0.29% | - |
| HSV(B) | 273.58º | 0.95% | 0.55% | - |
| XYZ | 8.36 | 3.87 | 25.51 | - |
| YUV | 44.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 141 | 0.42 | 0.95 | 0 | 0.45 | 273.58 | 0.91 | 0.29 |
| Hex | 52 | 7 | 8D | 2A | 5F | 0 | 2D | 112 | 5B | 1D |
| Octal | 122 | 7 | 215 | 52 | 137 | 0 | 55 | 422 | 133 | 35 |
| Binary | 1010010 | 111 | 10001101 | 101010 | 1011111 | 0 | 101101 | 100010010 | 1011011 | 11101 |
Color Harmonies of #52078D
Complementary color
Monochromatic Colors of #52078D
Black with #52078D
Text Example
Text Example
White with #52078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52078D; }
p { color: rgb(82,7,141); }
H1.HeaderClassName
{
color: #52078D;
}
.AnyTagClassName
{
color: #52078D;
}
</style>
background-color css
<style>
a { background-color: #52078D; }
a { background-color: rgb(82,7,141); }
div.DivClassName
{
background-color: #52078D;
}
.BgClassName
{
background-color: #52078D;
}
</style>
border-color css
<style>
span { border-color: #52078D; }
span { border-color: rgb(82,7,141); }
td.TdClassName
{
border-color: #52078D;
}
.TagClassName
{
border-color: #52078D;
}
</style>