Shades of Indigo #52078A
Tints of Indigo #52078A
RGB
CMYK
RGB Variations
Color information
#52078A (or 0x52078A) is known color: Indigo. HEX triplet: 52, 07 and 8A. RGB value is (82,7,138). Sum of RGB (Red+Green+Blue) = 82+7+138=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #52078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52078A is #ADF875. Grayscale: #2B2B2B. Windows color (decimal): -11401334 or 9045842. OLE color: 9045842.
HSL color Cylindrical-coordinate representation of color #52078A: hue angle of 274.35º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52078A is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 7 | 138 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.46 |
| HSL | 274.35º | 0.9% | 0.28% | - |
| HSV(B) | 274.35º | 0.95% | 0.54% | - |
| XYZ | 8.14 | 3.78 | 24.35 | - |
| YUV | 44.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 138 | 0.41 | 0.95 | 0 | 0.46 | 274.35 | 0.9 | 0.28 |
| Hex | 52 | 7 | 8A | 29 | 5F | 0 | 2E | 112 | 5A | 1C |
| Octal | 122 | 7 | 212 | 51 | 137 | 0 | 56 | 422 | 132 | 34 |
| Binary | 1010010 | 111 | 10001010 | 101001 | 1011111 | 0 | 101110 | 100010010 | 1011010 | 11100 |
Color Harmonies of #52078A
Complementary color
Monochromatic Colors of #52078A
Black with #52078A
Text Example
Text Example
White with #52078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52078A; }
p { color: rgb(82,7,138); }
H1.HeaderClassName
{
color: #52078A;
}
.AnyTagClassName
{
color: #52078A;
}
</style>
background-color css
<style>
a { background-color: #52078A; }
a { background-color: rgb(82,7,138); }
div.DivClassName
{
background-color: #52078A;
}
.BgClassName
{
background-color: #52078A;
}
</style>
border-color css
<style>
span { border-color: #52078A; }
span { border-color: rgb(82,7,138); }
td.TdClassName
{
border-color: #52078A;
}
.TagClassName
{
border-color: #52078A;
}
</style>