Shades of Indigo #520385
Tints of Indigo #520385
RGB
CMYK
RGB Variations
Color information
#520385 (or 0x520385) is known color: Indigo. HEX triplet: 52, 03 and 85. RGB value is (82,3,133). Sum of RGB (Red+Green+Blue) = 82+3+133=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #520385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520385 is #ADFC7A. Grayscale: #292929. Windows color (decimal): -11402363 or 8717138. OLE color: 8717138.
HSL color Cylindrical-coordinate representation of color #520385: hue angle of 276.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520385 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 3 | 133 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.48 |
| HSL | 276.46º | 0.96% | 0.27% | - |
| HSV(B) | 276.46º | 0.98% | 0.52% | - |
| XYZ | 7.75 | 3.55 | 22.47 | - |
| YUV | 41.44 | 179.67 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 133 | 0.38 | 0.98 | 0 | 0.48 | 276.46 | 0.96 | 0.27 |
| Hex | 52 | 3 | 85 | 26 | 62 | 0 | 30 | 114 | 60 | 1B |
| Octal | 122 | 3 | 205 | 46 | 142 | 0 | 60 | 424 | 140 | 33 |
| Binary | 1010010 | 11 | 10000101 | 100110 | 1100010 | 0 | 110000 | 100010100 | 1100000 | 11011 |
Color Harmonies of #520385
Complementary color
Monochromatic Colors of #520385
Black with #520385
Text Example
Text Example
White with #520385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520385; }
p { color: rgb(82,3,133); }
H1.HeaderClassName
{
color: #520385;
}
.AnyTagClassName
{
color: #520385;
}
</style>
background-color css
<style>
a { background-color: #520385; }
a { background-color: rgb(82,3,133); }
div.DivClassName
{
background-color: #520385;
}
.BgClassName
{
background-color: #520385;
}
</style>
border-color css
<style>
span { border-color: #520385; }
span { border-color: rgb(82,3,133); }
td.TdClassName
{
border-color: #520385;
}
.TagClassName
{
border-color: #520385;
}
</style>