Shades of Indigo #510773
Tints of Indigo #510773
RGB
CMYK
RGB Variations
Color information
#510773 (or 0x510773) is known color: Indigo. HEX triplet: 51, 07 and 73. RGB value is (81,7,115). Sum of RGB (Red+Green+Blue) = 81+7+115=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #510773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510773 is #AEF88C. Grayscale: #292929. Windows color (decimal): -11466893 or 7538513. OLE color: 7538513.
HSL color Cylindrical-coordinate representation of color #510773: hue angle of 281.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510773 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 7 | 115 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.55 |
| HSL | 281.11º | 0.89% | 0.24% | - |
| HSV(B) | 281.11º | 0.94% | 0.45% | - |
| XYZ | 6.56 | 3.14 | 16.48 | - |
| YUV | 41.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 115 | 0.30 | 0.94 | 0 | 0.55 | 281.11 | 0.89 | 0.24 |
| Hex | 51 | 7 | 73 | 1E | 5E | 0 | 37 | 119 | 59 | 18 |
| Octal | 121 | 7 | 163 | 36 | 136 | 0 | 67 | 431 | 131 | 30 |
| Binary | 1010001 | 111 | 1110011 | 11110 | 1011110 | 0 | 110111 | 100011001 | 1011001 | 11000 |
Color Harmonies of #510773
Complementary color
Monochromatic Colors of #510773
Black with #510773
Text Example
Text Example
White with #510773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510773; }
p { color: rgb(81,7,115); }
H1.HeaderClassName
{
color: #510773;
}
.AnyTagClassName
{
color: #510773;
}
</style>
background-color css
<style>
a { background-color: #510773; }
a { background-color: rgb(81,7,115); }
div.DivClassName
{
background-color: #510773;
}
.BgClassName
{
background-color: #510773;
}
</style>
border-color css
<style>
span { border-color: #510773; }
span { border-color: rgb(81,7,115); }
td.TdClassName
{
border-color: #510773;
}
.TagClassName
{
border-color: #510773;
}
</style>