Shades of Indigo #52057E
Tints of Indigo #52057E
RGB
CMYK
RGB Variations
Color information
#52057E (or 0x52057E) is known color: Indigo. HEX triplet: 52, 05 and 7E. RGB value is (82,5,126). Sum of RGB (Red+Green+Blue) = 82+5+126=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #52057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52057E is #ADFA81. Grayscale: #292929. Windows color (decimal): -11401858 or 8258898. OLE color: 8258898.
HSL color Cylindrical-coordinate representation of color #52057E: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52057E is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 5 | 126 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.51 |
| HSL | 278.18º | 0.92% | 0.26% | - |
| HSV(B) | 278.18º | 0.96% | 0.49% | - |
| XYZ | 7.3 | 3.41 | 20.01 | - |
| YUV | 41.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 126 | 0.35 | 0.96 | 0 | 0.51 | 278.18 | 0.92 | 0.26 |
| Hex | 52 | 5 | 7E | 23 | 60 | 0 | 33 | 116 | 5C | 1A |
| Octal | 122 | 5 | 176 | 43 | 140 | 0 | 63 | 426 | 134 | 32 |
| Binary | 1010010 | 101 | 1111110 | 100011 | 1100000 | 0 | 110011 | 100010110 | 1011100 | 11010 |
Color Harmonies of #52057E
Complementary color
Monochromatic Colors of #52057E
Black with #52057E
Text Example
Text Example
White with #52057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52057E; }
p { color: rgb(82,5,126); }
H1.HeaderClassName
{
color: #52057E;
}
.AnyTagClassName
{
color: #52057E;
}
</style>
background-color css
<style>
a { background-color: #52057E; }
a { background-color: rgb(82,5,126); }
div.DivClassName
{
background-color: #52057E;
}
.BgClassName
{
background-color: #52057E;
}
</style>
border-color css
<style>
span { border-color: #52057E; }
span { border-color: rgb(82,5,126); }
td.TdClassName
{
border-color: #52057E;
}
.TagClassName
{
border-color: #52057E;
}
</style>