Shades of Indigo #520375
Tints of Indigo #520375
RGB
CMYK
RGB Variations
Color information
#520375 (or 0x520375) is known color: Indigo. HEX triplet: 52, 03 and 75. RGB value is (82,3,117). Sum of RGB (Red+Green+Blue) = 82+3+117=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #520375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520375 is #ADFC8A. Grayscale: #272727. Windows color (decimal): -11402379 or 7668562. OLE color: 7668562.
HSL color Cylindrical-coordinate representation of color #520375: hue angle of 281.58º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520375 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 3 | 117 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.54 |
| HSL | 281.58º | 0.95% | 0.24% | - |
| HSV(B) | 281.58º | 0.97% | 0.46% | - |
| XYZ | 6.72 | 3.14 | 17.08 | - |
| YUV | 39.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 117 | 0.30 | 0.97 | 0 | 0.54 | 281.58 | 0.95 | 0.24 |
| Hex | 52 | 3 | 75 | 1E | 61 | 0 | 36 | 11A | 5F | 18 |
| Octal | 122 | 3 | 165 | 36 | 141 | 0 | 66 | 432 | 137 | 30 |
| Binary | 1010010 | 11 | 1110101 | 11110 | 1100001 | 0 | 110110 | 100011010 | 1011111 | 11000 |
Color Harmonies of #520375
Complementary color
Monochromatic Colors of #520375
Black with #520375
Text Example
Text Example
White with #520375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520375; }
p { color: rgb(82,3,117); }
H1.HeaderClassName
{
color: #520375;
}
.AnyTagClassName
{
color: #520375;
}
</style>
background-color css
<style>
a { background-color: #520375; }
a { background-color: rgb(82,3,117); }
div.DivClassName
{
background-color: #520375;
}
.BgClassName
{
background-color: #520375;
}
</style>
border-color css
<style>
span { border-color: #520375; }
span { border-color: rgb(82,3,117); }
td.TdClassName
{
border-color: #520375;
}
.TagClassName
{
border-color: #520375;
}
</style>