Shades of Indigo #510F69
Tints of Indigo #510F69
RGB
CMYK
RGB Variations
Color information
#510F69 (or 0x510F69) is known color: Indigo. HEX triplet: 51, 0F and 69. RGB value is (81,15,105). Sum of RGB (Red+Green+Blue) = 81+15+105=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #510F69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F69 is #AEF096. Grayscale: #2C2C2C. Windows color (decimal): -11464855 or 6885201. OLE color: 6885201.
HSL color Cylindrical-coordinate representation of color #510F69: hue angle of 284º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510F69 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 15 | 105 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.59 |
| HSL | 284º | 0.75% | 0.24% | - |
| HSV(B) | 284º | 0.86% | 0.41% | - |
| XYZ | 6.11 | 3.11 | 13.64 | - |
| YUV | 44.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 105 | 0.23 | 0.86 | 0 | 0.59 | 284 | 0.75 | 0.24 |
| Hex | 51 | F | 69 | 17 | 56 | 0 | 3B | 11C | 4B | 18 |
| Octal | 121 | 17 | 151 | 27 | 126 | 0 | 73 | 434 | 113 | 30 |
| Binary | 1010001 | 1111 | 1101001 | 10111 | 1010110 | 0 | 111011 | 100011100 | 1001011 | 11000 |
Color Harmonies of #510F69
Complementary color
Monochromatic Colors of #510F69
Black with #510F69
Text Example
Text Example
White with #510F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F69; }
p { color: rgb(81,15,105); }
H1.HeaderClassName
{
color: #510F69;
}
.AnyTagClassName
{
color: #510F69;
}
</style>
background-color css
<style>
a { background-color: #510F69; }
a { background-color: rgb(81,15,105); }
div.DivClassName
{
background-color: #510F69;
}
.BgClassName
{
background-color: #510F69;
}
</style>
border-color css
<style>
span { border-color: #510F69; }
span { border-color: rgb(81,15,105); }
td.TdClassName
{
border-color: #510F69;
}
.TagClassName
{
border-color: #510F69;
}
</style>