Shades of Indigo #52078C
Tints of Indigo #52078C
RGB
CMYK
RGB Variations
Color information
#52078C (or 0x52078C) is known color: Indigo. HEX triplet: 52, 07 and 8C. RGB value is (82,7,140). Sum of RGB (Red+Green+Blue) = 82+7+140=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #52078C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52078C is #ADF873. Grayscale: #2C2C2C. Windows color (decimal): -11401332 or 9176914. OLE color: 9176914.
HSL color Cylindrical-coordinate representation of color #52078C: hue angle of 273.83º degrees, saturation: 0.9, 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 #52078C is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 7 | 140 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.45 |
| HSL | 273.83º | 0.9% | 0.29% | - |
| HSV(B) | 273.83º | 0.95% | 0.55% | - |
| XYZ | 8.29 | 3.84 | 25.12 | - |
| YUV | 44.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 140 | 0.41 | 0.95 | 0 | 0.45 | 273.83 | 0.9 | 0.29 |
| Hex | 52 | 7 | 8C | 29 | 5F | 0 | 2D | 112 | 5A | 1D |
| Octal | 122 | 7 | 214 | 51 | 137 | 0 | 55 | 422 | 132 | 35 |
| Binary | 1010010 | 111 | 10001100 | 101001 | 1011111 | 0 | 101101 | 100010010 | 1011010 | 11101 |
Color Harmonies of #52078C
Complementary color
Monochromatic Colors of #52078C
Black with #52078C
Text Example
Text Example
White with #52078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52078C; }
p { color: rgb(82,7,140); }
H1.HeaderClassName
{
color: #52078C;
}
.AnyTagClassName
{
color: #52078C;
}
</style>
background-color css
<style>
a { background-color: #52078C; }
a { background-color: rgb(82,7,140); }
div.DivClassName
{
background-color: #52078C;
}
.BgClassName
{
background-color: #52078C;
}
</style>
border-color css
<style>
span { border-color: #52078C; }
span { border-color: rgb(82,7,140); }
td.TdClassName
{
border-color: #52078C;
}
.TagClassName
{
border-color: #52078C;
}
</style>