Shades of Indigo #510F68
Tints of Indigo #510F68
RGB
CMYK
RGB Variations
Color information
#510F68 (or 0x510F68) is known color: Indigo. HEX triplet: 51, 0F and 68. RGB value is (81,15,104). Sum of RGB (Red+Green+Blue) = 81+15+104=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #510F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F68 is #AEF097. Grayscale: #2C2C2C. Windows color (decimal): -11464856 or 6819665. OLE color: 6819665.
HSL color Cylindrical-coordinate representation of color #510F68: hue angle of 284.49º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510F68 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 15 | 104 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.59 |
| HSL | 284.49º | 0.75% | 0.23% | - |
| HSV(B) | 284.49º | 0.86% | 0.41% | - |
| XYZ | 6.06 | 3.09 | 13.37 | - |
| YUV | 44.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 104 | 0.22 | 0.86 | 0 | 0.59 | 284.49 | 0.75 | 0.23 |
| Hex | 51 | F | 68 | 16 | 56 | 0 | 3B | 11C | 4B | 17 |
| Octal | 121 | 17 | 150 | 26 | 126 | 0 | 73 | 434 | 113 | 27 |
| Binary | 1010001 | 1111 | 1101000 | 10110 | 1010110 | 0 | 111011 | 100011100 | 1001011 | 10111 |
Color Harmonies of #510F68
Complementary color
Monochromatic Colors of #510F68
Black with #510F68
Text Example
Text Example
White with #510F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F68; }
p { color: rgb(81,15,104); }
H1.HeaderClassName
{
color: #510F68;
}
.AnyTagClassName
{
color: #510F68;
}
</style>
background-color css
<style>
a { background-color: #510F68; }
a { background-color: rgb(81,15,104); }
div.DivClassName
{
background-color: #510F68;
}
.BgClassName
{
background-color: #510F68;
}
</style>
border-color css
<style>
span { border-color: #510F68; }
span { border-color: rgb(81,15,104); }
td.TdClassName
{
border-color: #510F68;
}
.TagClassName
{
border-color: #510F68;
}
</style>