Shades of Indigo #510564
Tints of Indigo #510564
RGB
CMYK
RGB Variations
Color information
#510564 (or 0x510564) is known color: Indigo. HEX triplet: 51, 05 and 64. RGB value is (81,5,100). Sum of RGB (Red+Green+Blue) = 81+5+100=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #510564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510564 is #AEFA9B. Grayscale: #262626. Windows color (decimal): -11467420 or 6554961. OLE color: 6554961.
HSL color Cylindrical-coordinate representation of color #510564: hue angle of 288º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510564 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 5 | 100 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.61 |
| HSL | 288º | 0.9% | 0.21% | - |
| HSV(B) | 288º | 0.95% | 0.39% | - |
| XYZ | 5.75 | 2.78 | 12.29 | - |
| YUV | 38.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 100 | 0.19 | 0.95 | 0 | 0.61 | 288 | 0.9 | 0.21 |
| Hex | 51 | 5 | 64 | 13 | 5F | 0 | 3D | 120 | 5A | 15 |
| Octal | 121 | 5 | 144 | 23 | 137 | 0 | 75 | 440 | 132 | 25 |
| Binary | 1010001 | 101 | 1100100 | 10011 | 1011111 | 0 | 111101 | 100100000 | 1011010 | 10101 |
Color Harmonies of #510564
Complementary color
Monochromatic Colors of #510564
Black with #510564
Text Example
Text Example
White with #510564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510564; }
p { color: rgb(81,5,100); }
H1.HeaderClassName
{
color: #510564;
}
.AnyTagClassName
{
color: #510564;
}
</style>
background-color css
<style>
a { background-color: #510564; }
a { background-color: rgb(81,5,100); }
div.DivClassName
{
background-color: #510564;
}
.BgClassName
{
background-color: #510564;
}
</style>
border-color css
<style>
span { border-color: #510564; }
span { border-color: rgb(81,5,100); }
td.TdClassName
{
border-color: #510564;
}
.TagClassName
{
border-color: #510564;
}
</style>