Shades of Indigo #510C69
Tints of Indigo #510C69
RGB
CMYK
RGB Variations
Color information
#510C69 (or 0x510C69) is known color: Indigo. HEX triplet: 51, 0C and 69. RGB value is (81,12,105). Sum of RGB (Red+Green+Blue) = 81+12+105=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #510C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C69 is #AEF396. Grayscale: #2A2A2A. Windows color (decimal): -11465623 or 6884433. OLE color: 6884433.
HSL color Cylindrical-coordinate representation of color #510C69: hue angle of 284.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510C69 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 12 | 105 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.59 |
| HSL | 284.52º | 0.79% | 0.23% | - |
| HSV(B) | 284.52º | 0.89% | 0.41% | - |
| XYZ | 6.07 | 3.03 | 13.63 | - |
| YUV | 43.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 105 | 0.23 | 0.89 | 0 | 0.59 | 284.52 | 0.79 | 0.23 |
| Hex | 51 | C | 69 | 17 | 59 | 0 | 3B | 11D | 4F | 17 |
| Octal | 121 | 14 | 151 | 27 | 131 | 0 | 73 | 435 | 117 | 27 |
| Binary | 1010001 | 1100 | 1101001 | 10111 | 1011001 | 0 | 111011 | 100011101 | 1001111 | 10111 |
Color Harmonies of #510C69
Complementary color
Monochromatic Colors of #510C69
Black with #510C69
Text Example
Text Example
White with #510C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C69; }
p { color: rgb(81,12,105); }
H1.HeaderClassName
{
color: #510C69;
}
.AnyTagClassName
{
color: #510C69;
}
</style>
background-color css
<style>
a { background-color: #510C69; }
a { background-color: rgb(81,12,105); }
div.DivClassName
{
background-color: #510C69;
}
.BgClassName
{
background-color: #510C69;
}
</style>
border-color css
<style>
span { border-color: #510C69; }
span { border-color: rgb(81,12,105); }
td.TdClassName
{
border-color: #510C69;
}
.TagClassName
{
border-color: #510C69;
}
</style>