Shades of Indigo #510E69
Tints of Indigo #510E69
RGB
CMYK
RGB Variations
Color information
#510E69 (or 0x510E69) is known color: Indigo. HEX triplet: 51, 0E and 69. RGB value is (81,14,105). Sum of RGB (Red+Green+Blue) = 81+14+105=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #510E69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E69 is #AEF196. Grayscale: #2C2C2C. Windows color (decimal): -11465111 or 6884945. OLE color: 6884945.
HSL color Cylindrical-coordinate representation of color #510E69: hue angle of 284.18º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #510E69 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 14 | 105 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.59 |
| HSL | 284.18º | 0.76% | 0.23% | - |
| HSV(B) | 284.18º | 0.87% | 0.41% | - |
| XYZ | 6.1 | 3.08 | 13.64 | - |
| YUV | 44.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 105 | 0.23 | 0.87 | 0 | 0.59 | 284.18 | 0.76 | 0.23 |
| Hex | 51 | E | 69 | 17 | 57 | 0 | 3B | 11C | 4C | 17 |
| Octal | 121 | 16 | 151 | 27 | 127 | 0 | 73 | 434 | 114 | 27 |
| Binary | 1010001 | 1110 | 1101001 | 10111 | 1010111 | 0 | 111011 | 100011100 | 1001100 | 10111 |
Color Harmonies of #510E69
Complementary color
Monochromatic Colors of #510E69
Black with #510E69
Text Example
Text Example
White with #510E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E69; }
p { color: rgb(81,14,105); }
H1.HeaderClassName
{
color: #510E69;
}
.AnyTagClassName
{
color: #510E69;
}
</style>
background-color css
<style>
a { background-color: #510E69; }
a { background-color: rgb(81,14,105); }
div.DivClassName
{
background-color: #510E69;
}
.BgClassName
{
background-color: #510E69;
}
</style>
border-color css
<style>
span { border-color: #510E69; }
span { border-color: rgb(81,14,105); }
td.TdClassName
{
border-color: #510E69;
}
.TagClassName
{
border-color: #510E69;
}
</style>