Shades of Indigo #510D68
Tints of Indigo #510D68
RGB
CMYK
RGB Variations
Color information
#510D68 (or 0x510D68) is known color: Indigo. HEX triplet: 51, 0D and 68. RGB value is (81,13,104). Sum of RGB (Red+Green+Blue) = 81+13+104=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #510D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D68 is #AEF297. Grayscale: #2B2B2B. Windows color (decimal): -11465368 or 6819153. OLE color: 6819153.
HSL color Cylindrical-coordinate representation of color #510D68: hue angle of 284.84º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510D68 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 13 | 104 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.59 |
| HSL | 284.84º | 0.78% | 0.23% | - |
| HSV(B) | 284.84º | 0.88% | 0.41% | - |
| XYZ | 6.04 | 3.04 | 13.36 | - |
| YUV | 43.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 104 | 0.22 | 0.88 | 0 | 0.59 | 284.84 | 0.78 | 0.23 |
| Hex | 51 | D | 68 | 16 | 58 | 0 | 3B | 11D | 4E | 17 |
| Octal | 121 | 15 | 150 | 26 | 130 | 0 | 73 | 435 | 116 | 27 |
| Binary | 1010001 | 1101 | 1101000 | 10110 | 1011000 | 0 | 111011 | 100011101 | 1001110 | 10111 |
Color Harmonies of #510D68
Complementary color
Monochromatic Colors of #510D68
Black with #510D68
Text Example
Text Example
White with #510D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D68; }
p { color: rgb(81,13,104); }
H1.HeaderClassName
{
color: #510D68;
}
.AnyTagClassName
{
color: #510D68;
}
</style>
background-color css
<style>
a { background-color: #510D68; }
a { background-color: rgb(81,13,104); }
div.DivClassName
{
background-color: #510D68;
}
.BgClassName
{
background-color: #510D68;
}
</style>
border-color css
<style>
span { border-color: #510D68; }
span { border-color: rgb(81,13,104); }
td.TdClassName
{
border-color: #510D68;
}
.TagClassName
{
border-color: #510D68;
}
</style>