Shades of Indigo #510065
Tints of Indigo #510065
RGB
CMYK
RGB Variations
Color information
#510065 (or 0x510065) is known color: Indigo. HEX triplet: 51, 00 and 65. RGB value is (81,0,101). Sum of RGB (Red+Green+Blue) = 81+0+101=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #510065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510065 is #AEFF9A. Grayscale: #232323. Windows color (decimal): -11468699 or 6619217. OLE color: 6619217.
HSL color Cylindrical-coordinate representation of color #510065: hue angle of 288.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510065 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 0 | 101 | - |
| CMYK | 0.20 | 1 | 0 | 0.60 |
| HSL | 288.12º | 1% | 0.2% | - |
| HSV(B) | 288.12º | 1% | 0.4% | - |
| XYZ | 5.74 | 2.69 | 12.53 | - |
| YUV | 35.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 101 | 0.20 | 1 | 0 | 0.60 | 288.12 | 1 | 0.2 |
| Hex | 51 | 0 | 65 | 14 | 64 | 0 | 3C | 120 | 64 | 14 |
| Octal | 121 | 0 | 145 | 24 | 144 | 0 | 74 | 440 | 144 | 24 |
| Binary | 1010001 | 0 | 1100101 | 10100 | 1100100 | 0 | 111100 | 100100000 | 1100100 | 10100 |
Color Harmonies of #510065
Complementary color
Monochromatic Colors of #510065
Black with #510065
Text Example
Text Example
White with #510065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510065; }
p { color: rgb(81,0,101); }
H1.HeaderClassName
{
color: #510065;
}
.AnyTagClassName
{
color: #510065;
}
</style>
background-color css
<style>
a { background-color: #510065; }
a { background-color: rgb(81,0,101); }
div.DivClassName
{
background-color: #510065;
}
.BgClassName
{
background-color: #510065;
}
</style>
border-color css
<style>
span { border-color: #510065; }
span { border-color: rgb(81,0,101); }
td.TdClassName
{
border-color: #510065;
}
.TagClassName
{
border-color: #510065;
}
</style>