Shades of Indigo #520378
Tints of Indigo #520378
RGB
CMYK
RGB Variations
Color information
#520378 (or 0x520378) is known color: Indigo. HEX triplet: 52, 03 and 78. RGB value is (82,3,120). Sum of RGB (Red+Green+Blue) = 82+3+120=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #520378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520378 is #ADFC87. Grayscale: #272727. Windows color (decimal): -11402376 or 7865170. OLE color: 7865170.
HSL color Cylindrical-coordinate representation of color #520378: hue angle of 280.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520378 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 3 | 120 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.53 |
| HSL | 280.51º | 0.95% | 0.24% | - |
| HSV(B) | 280.51º | 0.98% | 0.47% | - |
| XYZ | 6.9 | 3.22 | 18.03 | - |
| YUV | 39.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 120 | 0.32 | 0.98 | 0 | 0.53 | 280.51 | 0.95 | 0.24 |
| Hex | 52 | 3 | 78 | 20 | 62 | 0 | 35 | 119 | 5F | 18 |
| Octal | 122 | 3 | 170 | 40 | 142 | 0 | 65 | 431 | 137 | 30 |
| Binary | 1010010 | 11 | 1111000 | 100000 | 1100010 | 0 | 110101 | 100011001 | 1011111 | 11000 |
Color Harmonies of #520378
Complementary color
Monochromatic Colors of #520378
Black with #520378
Text Example
Text Example
White with #520378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520378; }
p { color: rgb(82,3,120); }
H1.HeaderClassName
{
color: #520378;
}
.AnyTagClassName
{
color: #520378;
}
</style>
background-color css
<style>
a { background-color: #520378; }
a { background-color: rgb(82,3,120); }
div.DivClassName
{
background-color: #520378;
}
.BgClassName
{
background-color: #520378;
}
</style>
border-color css
<style>
span { border-color: #520378; }
span { border-color: rgb(82,3,120); }
td.TdClassName
{
border-color: #520378;
}
.TagClassName
{
border-color: #520378;
}
</style>