Shades of Indigo #510664
Tints of Indigo #510664
RGB
CMYK
RGB Variations
Color information
#510664 (or 0x510664) is known color: Indigo. HEX triplet: 51, 06 and 64. RGB value is (81,6,100). Sum of RGB (Red+Green+Blue) = 81+6+100=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #510664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510664 is #AEF99B. Grayscale: #262626. Windows color (decimal): -11467164 or 6555217. OLE color: 6555217.
HSL color Cylindrical-coordinate representation of color #510664: hue angle of 287.87º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510664 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 6 | 100 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.61 |
| HSL | 287.87º | 0.89% | 0.21% | - |
| HSV(B) | 287.87º | 0.94% | 0.39% | - |
| XYZ | 5.76 | 2.8 | 12.29 | - |
| YUV | 39.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 100 | 0.19 | 0.94 | 0 | 0.61 | 287.87 | 0.89 | 0.21 |
| Hex | 51 | 6 | 64 | 13 | 5E | 0 | 3D | 120 | 59 | 15 |
| Octal | 121 | 6 | 144 | 23 | 136 | 0 | 75 | 440 | 131 | 25 |
| Binary | 1010001 | 110 | 1100100 | 10011 | 1011110 | 0 | 111101 | 100100000 | 1011001 | 10101 |
Color Harmonies of #510664
Complementary color
Monochromatic Colors of #510664
Black with #510664
Text Example
Text Example
White with #510664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510664; }
p { color: rgb(81,6,100); }
H1.HeaderClassName
{
color: #510664;
}
.AnyTagClassName
{
color: #510664;
}
</style>
background-color css
<style>
a { background-color: #510664; }
a { background-color: rgb(81,6,100); }
div.DivClassName
{
background-color: #510664;
}
.BgClassName
{
background-color: #510664;
}
</style>
border-color css
<style>
span { border-color: #510664; }
span { border-color: rgb(81,6,100); }
td.TdClassName
{
border-color: #510664;
}
.TagClassName
{
border-color: #510664;
}
</style>