Shades of Indigo #510563
Tints of Indigo #510563
RGB
CMYK
RGB Variations
Color information
#510563 (or 0x510563) is known color: Indigo. HEX triplet: 51, 05 and 63. RGB value is (81,5,99). Sum of RGB (Red+Green+Blue) = 81+5+99=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #510563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510563 is #AEFA9C. Grayscale: #262626. Windows color (decimal): -11467421 or 6489425. OLE color: 6489425.
HSL color Cylindrical-coordinate representation of color #510563: hue angle of 288.51º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510563 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 5 | 99 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.61 |
| HSL | 288.51º | 0.9% | 0.2% | - |
| HSV(B) | 288.51º | 0.95% | 0.39% | - |
| XYZ | 5.7 | 2.76 | 12.04 | - |
| YUV | 38.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 99 | 0.18 | 0.95 | 0 | 0.61 | 288.51 | 0.9 | 0.2 |
| Hex | 51 | 5 | 63 | 12 | 5F | 0 | 3D | 121 | 5A | 14 |
| Octal | 121 | 5 | 143 | 22 | 137 | 0 | 75 | 441 | 132 | 24 |
| Binary | 1010001 | 101 | 1100011 | 10010 | 1011111 | 0 | 111101 | 100100001 | 1011010 | 10100 |
Color Harmonies of #510563
Complementary color
Monochromatic Colors of #510563
Black with #510563
Text Example
Text Example
White with #510563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510563; }
p { color: rgb(81,5,99); }
H1.HeaderClassName
{
color: #510563;
}
.AnyTagClassName
{
color: #510563;
}
</style>
background-color css
<style>
a { background-color: #510563; }
a { background-color: rgb(81,5,99); }
div.DivClassName
{
background-color: #510563;
}
.BgClassName
{
background-color: #510563;
}
</style>
border-color css
<style>
span { border-color: #510563; }
span { border-color: rgb(81,5,99); }
td.TdClassName
{
border-color: #510563;
}
.TagClassName
{
border-color: #510563;
}
</style>