Shades of Indigo #52057B
Tints of Indigo #52057B
RGB
CMYK
RGB Variations
Color information
#52057B (or 0x52057B) is known color: Indigo. HEX triplet: 52, 05 and 7B. RGB value is (82,5,123). Sum of RGB (Red+Green+Blue) = 82+5+123=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #52057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52057B is #ADFA84. Grayscale: #292929. Windows color (decimal): -11401861 or 8062290. OLE color: 8062290.
HSL color Cylindrical-coordinate representation of color #52057B: hue angle of 279.15º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52057B is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 5 | 123 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.52 |
| HSL | 279.15º | 0.92% | 0.25% | - |
| HSV(B) | 279.15º | 0.96% | 0.48% | - |
| XYZ | 7.11 | 3.33 | 19.01 | - |
| YUV | 41.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 123 | 0.33 | 0.96 | 0 | 0.52 | 279.15 | 0.92 | 0.25 |
| Hex | 52 | 5 | 7B | 21 | 60 | 0 | 34 | 117 | 5C | 19 |
| Octal | 122 | 5 | 173 | 41 | 140 | 0 | 64 | 427 | 134 | 31 |
| Binary | 1010010 | 101 | 1111011 | 100001 | 1100000 | 0 | 110100 | 100010111 | 1011100 | 11001 |
Color Harmonies of #52057B
Complementary color
Monochromatic Colors of #52057B
Black with #52057B
Text Example
Text Example
White with #52057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52057B; }
p { color: rgb(82,5,123); }
H1.HeaderClassName
{
color: #52057B;
}
.AnyTagClassName
{
color: #52057B;
}
</style>
background-color css
<style>
a { background-color: #52057B; }
a { background-color: rgb(82,5,123); }
div.DivClassName
{
background-color: #52057B;
}
.BgClassName
{
background-color: #52057B;
}
</style>
border-color css
<style>
span { border-color: #52057B; }
span { border-color: rgb(82,5,123); }
td.TdClassName
{
border-color: #52057B;
}
.TagClassName
{
border-color: #52057B;
}
</style>