Shades of Indigo #521073
Tints of Indigo #521073
RGB
CMYK
RGB Variations
Color information
#521073 (or 0x521073) is known color: Indigo. HEX triplet: 52, 10 and 73. RGB value is (82,16,115). Sum of RGB (Red+Green+Blue) = 82+16+115=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #521073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521073 is #ADEF8C. Grayscale: #2E2E2E. Windows color (decimal): -11399053 or 7540818. OLE color: 7540818.
HSL color Cylindrical-coordinate representation of color #521073: hue angle of 280º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521073 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 16 | 115 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.55 |
| HSL | 280º | 0.76% | 0.26% | - |
| HSV(B) | 280º | 0.86% | 0.45% | - |
| XYZ | 6.76 | 3.4 | 16.52 | - |
| YUV | 47.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 115 | 0.29 | 0.86 | 0 | 0.55 | 280 | 0.76 | 0.26 |
| Hex | 52 | 10 | 73 | 1D | 56 | 0 | 37 | 118 | 4C | 1A |
| Octal | 122 | 20 | 163 | 35 | 126 | 0 | 67 | 430 | 114 | 32 |
| Binary | 1010010 | 10000 | 1110011 | 11101 | 1010110 | 0 | 110111 | 100011000 | 1001100 | 11010 |
Color Harmonies of #521073
Complementary color
Monochromatic Colors of #521073
Black with #521073
Text Example
Text Example
White with #521073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521073; }
p { color: rgb(82,16,115); }
H1.HeaderClassName
{
color: #521073;
}
.AnyTagClassName
{
color: #521073;
}
</style>
background-color css
<style>
a { background-color: #521073; }
a { background-color: rgb(82,16,115); }
div.DivClassName
{
background-color: #521073;
}
.BgClassName
{
background-color: #521073;
}
</style>
border-color css
<style>
span { border-color: #521073; }
span { border-color: rgb(82,16,115); }
td.TdClassName
{
border-color: #521073;
}
.TagClassName
{
border-color: #521073;
}
</style>