Shades of Indigo #510364
Tints of Indigo #510364
RGB
CMYK
RGB Variations
Color information
#510364 (or 0x510364) is known color: Indigo. HEX triplet: 51, 03 and 64. RGB value is (81,3,100). Sum of RGB (Red+Green+Blue) = 81+3+100=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #510364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510364 is #AEFC9B. Grayscale: #252525. Windows color (decimal): -11467932 or 6554449. OLE color: 6554449.
HSL color Cylindrical-coordinate representation of color #510364: hue angle of 288.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510364 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 3 | 100 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.61 |
| HSL | 288.25º | 0.94% | 0.2% | - |
| HSV(B) | 288.25º | 0.97% | 0.39% | - |
| XYZ | 5.73 | 2.73 | 12.28 | - |
| YUV | 37.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 100 | 0.19 | 0.97 | 0 | 0.61 | 288.25 | 0.94 | 0.2 |
| Hex | 51 | 3 | 64 | 13 | 61 | 0 | 3D | 120 | 5E | 14 |
| Octal | 121 | 3 | 144 | 23 | 141 | 0 | 75 | 440 | 136 | 24 |
| Binary | 1010001 | 11 | 1100100 | 10011 | 1100001 | 0 | 111101 | 100100000 | 1011110 | 10100 |
Color Harmonies of #510364
Complementary color
Monochromatic Colors of #510364
Black with #510364
Text Example
Text Example
White with #510364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510364; }
p { color: rgb(81,3,100); }
H1.HeaderClassName
{
color: #510364;
}
.AnyTagClassName
{
color: #510364;
}
</style>
background-color css
<style>
a { background-color: #510364; }
a { background-color: rgb(81,3,100); }
div.DivClassName
{
background-color: #510364;
}
.BgClassName
{
background-color: #510364;
}
</style>
border-color css
<style>
span { border-color: #510364; }
span { border-color: rgb(81,3,100); }
td.TdClassName
{
border-color: #510364;
}
.TagClassName
{
border-color: #510364;
}
</style>