Shades of Indigo #520394
Tints of Indigo #520394
RGB
CMYK
RGB Variations
Color information
#520394 (or 0x520394) is known color: Indigo. HEX triplet: 52, 03 and 94. RGB value is (82,3,148). Sum of RGB (Red+Green+Blue) = 82+3+148=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #520394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520394 is #ADFC6B. Grayscale: #2A2A2A. Windows color (decimal): -11402348 or 9700178. OLE color: 9700178.
HSL color Cylindrical-coordinate representation of color #520394: hue angle of 272.69º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520394 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 3 | 148 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.42 |
| HSL | 272.69º | 0.96% | 0.3% | - |
| HSV(B) | 272.69º | 0.98% | 0.58% | - |
| XYZ | 8.86 | 4 | 28.32 | - |
| YUV | 43.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 148 | 0.45 | 0.98 | 0 | 0.42 | 272.69 | 0.96 | 0.3 |
| Hex | 52 | 3 | 94 | 2D | 62 | 0 | 2A | 111 | 60 | 1E |
| Octal | 122 | 3 | 224 | 55 | 142 | 0 | 52 | 421 | 140 | 36 |
| Binary | 1010010 | 11 | 10010100 | 101101 | 1100010 | 0 | 101010 | 100010001 | 1100000 | 11110 |
Color Harmonies of #520394
Complementary color
Monochromatic Colors of #520394
Black with #520394
Text Example
Text Example
White with #520394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520394; }
p { color: rgb(82,3,148); }
H1.HeaderClassName
{
color: #520394;
}
.AnyTagClassName
{
color: #520394;
}
</style>
background-color css
<style>
a { background-color: #520394; }
a { background-color: rgb(82,3,148); }
div.DivClassName
{
background-color: #520394;
}
.BgClassName
{
background-color: #520394;
}
</style>
border-color css
<style>
span { border-color: #520394; }
span { border-color: rgb(82,3,148); }
td.TdClassName
{
border-color: #520394;
}
.TagClassName
{
border-color: #520394;
}
</style>