Shades of Indigo #510763
Tints of Indigo #510763
RGB
CMYK
RGB Variations
Color information
#510763 (or 0x510763) is known color: Indigo. HEX triplet: 51, 07 and 63. RGB value is (81,7,99). Sum of RGB (Red+Green+Blue) = 81+7+99=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #510763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510763 is #AEF89C. Grayscale: #272727. Windows color (decimal): -11466909 or 6489937. OLE color: 6489937.
HSL color Cylindrical-coordinate representation of color #510763: hue angle of 288.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510763 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 7 | 99 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.61 |
| HSL | 288.26º | 0.87% | 0.21% | - |
| HSV(B) | 288.26º | 0.93% | 0.39% | - |
| XYZ | 5.72 | 2.8 | 12.04 | - |
| YUV | 39.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 99 | 0.18 | 0.93 | 0 | 0.61 | 288.26 | 0.87 | 0.21 |
| Hex | 51 | 7 | 63 | 12 | 5D | 0 | 3D | 120 | 57 | 15 |
| Octal | 121 | 7 | 143 | 22 | 135 | 0 | 75 | 440 | 127 | 25 |
| Binary | 1010001 | 111 | 1100011 | 10010 | 1011101 | 0 | 111101 | 100100000 | 1010111 | 10101 |
Color Harmonies of #510763
Complementary color
Monochromatic Colors of #510763
Black with #510763
Text Example
Text Example
White with #510763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510763; }
p { color: rgb(81,7,99); }
H1.HeaderClassName
{
color: #510763;
}
.AnyTagClassName
{
color: #510763;
}
</style>
background-color css
<style>
a { background-color: #510763; }
a { background-color: rgb(81,7,99); }
div.DivClassName
{
background-color: #510763;
}
.BgClassName
{
background-color: #510763;
}
</style>
border-color css
<style>
span { border-color: #510763; }
span { border-color: rgb(81,7,99); }
td.TdClassName
{
border-color: #510763;
}
.TagClassName
{
border-color: #510763;
}
</style>