Shades of Indigo #510163
Tints of Indigo #510163
RGB
CMYK
RGB Variations
Color information
#510163 (or 0x510163) is known color: Indigo. HEX triplet: 51, 01 and 63. RGB value is (81,1,99). Sum of RGB (Red+Green+Blue) = 81+1+99=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #510163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510163 is #AEFE9C. Grayscale: #232323. Windows color (decimal): -11468445 or 6488401. OLE color: 6488401.
HSL color Cylindrical-coordinate representation of color #510163: hue angle of 288.98º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510163 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 1 | 99 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.61 |
| HSL | 288.98º | 0.98% | 0.2% | - |
| HSV(B) | 288.98º | 0.99% | 0.39% | - |
| XYZ | 5.66 | 2.67 | 12.02 | - |
| YUV | 36.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 99 | 0.18 | 0.99 | 0 | 0.61 | 288.98 | 0.98 | 0.2 |
| Hex | 51 | 1 | 63 | 12 | 63 | 0 | 3D | 121 | 62 | 14 |
| Octal | 121 | 1 | 143 | 22 | 143 | 0 | 75 | 441 | 142 | 24 |
| Binary | 1010001 | 1 | 1100011 | 10010 | 1100011 | 0 | 111101 | 100100001 | 1100010 | 10100 |
Color Harmonies of #510163
Complementary color
Monochromatic Colors of #510163
Black with #510163
Text Example
Text Example
White with #510163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510163; }
p { color: rgb(81,1,99); }
H1.HeaderClassName
{
color: #510163;
}
.AnyTagClassName
{
color: #510163;
}
</style>
background-color css
<style>
a { background-color: #510163; }
a { background-color: rgb(81,1,99); }
div.DivClassName
{
background-color: #510163;
}
.BgClassName
{
background-color: #510163;
}
</style>
border-color css
<style>
span { border-color: #510163; }
span { border-color: rgb(81,1,99); }
td.TdClassName
{
border-color: #510163;
}
.TagClassName
{
border-color: #510163;
}
</style>