Shades of Indigo #520C74
Tints of Indigo #520C74
RGB
CMYK
RGB Variations
Color information
#520C74 (or 0x520C74) is known color: Indigo. HEX triplet: 52, 0C and 74. RGB value is (82,12,116). Sum of RGB (Red+Green+Blue) = 82+12+116=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #520C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C74 is #ADF38B. Grayscale: #2C2C2C. Windows color (decimal): -11400076 or 7605330. OLE color: 7605330.
HSL color Cylindrical-coordinate representation of color #520C74: hue angle of 280.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520C74 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 12 | 116 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.55 |
| HSL | 280.38º | 0.81% | 0.25% | - |
| HSV(B) | 280.38º | 0.9% | 0.45% | - |
| XYZ | 6.76 | 3.32 | 16.81 | - |
| YUV | 44.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 116 | 0.29 | 0.90 | 0 | 0.55 | 280.38 | 0.81 | 0.25 |
| Hex | 52 | C | 74 | 1D | 5A | 0 | 37 | 118 | 51 | 19 |
| Octal | 122 | 14 | 164 | 35 | 132 | 0 | 67 | 430 | 121 | 31 |
| Binary | 1010010 | 1100 | 1110100 | 11101 | 1011010 | 0 | 110111 | 100011000 | 1010001 | 11001 |
Color Harmonies of #520C74
Complementary color
Monochromatic Colors of #520C74
Black with #520C74
Text Example
Text Example
White with #520C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C74; }
p { color: rgb(82,12,116); }
H1.HeaderClassName
{
color: #520C74;
}
.AnyTagClassName
{
color: #520C74;
}
</style>
background-color css
<style>
a { background-color: #520C74; }
a { background-color: rgb(82,12,116); }
div.DivClassName
{
background-color: #520C74;
}
.BgClassName
{
background-color: #520C74;
}
</style>
border-color css
<style>
span { border-color: #520C74; }
span { border-color: rgb(82,12,116); }
td.TdClassName
{
border-color: #520C74;
}
.TagClassName
{
border-color: #520C74;
}
</style>