Shades of Indigo #520685
Tints of Indigo #520685
RGB
CMYK
RGB Variations
Color information
#520685 (or 0x520685) is known color: Indigo. HEX triplet: 52, 06 and 85. RGB value is (82,6,133). Sum of RGB (Red+Green+Blue) = 82+6+133=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #520685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520685 is #ADF97A. Grayscale: #2A2A2A. Windows color (decimal): -11401595 or 8717906. OLE color: 8717906.
HSL color Cylindrical-coordinate representation of color #520685: hue angle of 275.91º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520685 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 6 | 133 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.48 |
| HSL | 275.91º | 0.91% | 0.27% | - |
| HSV(B) | 275.91º | 0.95% | 0.52% | - |
| XYZ | 7.78 | 3.62 | 22.48 | - |
| YUV | 43.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 133 | 0.38 | 0.95 | 0 | 0.48 | 275.91 | 0.91 | 0.27 |
| Hex | 52 | 6 | 85 | 26 | 5F | 0 | 30 | 114 | 5B | 1B |
| Octal | 122 | 6 | 205 | 46 | 137 | 0 | 60 | 424 | 133 | 33 |
| Binary | 1010010 | 110 | 10000101 | 100110 | 1011111 | 0 | 110000 | 100010100 | 1011011 | 11011 |
Color Harmonies of #520685
Complementary color
Monochromatic Colors of #520685
Black with #520685
Text Example
Text Example
White with #520685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520685; }
p { color: rgb(82,6,133); }
H1.HeaderClassName
{
color: #520685;
}
.AnyTagClassName
{
color: #520685;
}
</style>
background-color css
<style>
a { background-color: #520685; }
a { background-color: rgb(82,6,133); }
div.DivClassName
{
background-color: #520685;
}
.BgClassName
{
background-color: #520685;
}
</style>
border-color css
<style>
span { border-color: #520685; }
span { border-color: rgb(82,6,133); }
td.TdClassName
{
border-color: #520685;
}
.TagClassName
{
border-color: #520685;
}
</style>