Shades of Indigo #510F8C
Tints of Indigo #510F8C
RGB
CMYK
RGB Variations
Color information
#510F8C (or 0x510F8C) is known color: Indigo. HEX triplet: 51, 0F and 8C. RGB value is (81,15,140). Sum of RGB (Red+Green+Blue) = 81+15+140=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #510F8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510F8C is #AEF073. Grayscale: #303030. Windows color (decimal): -11464820 or 9178961. OLE color: 9178961.
HSL color Cylindrical-coordinate representation of color #510F8C: hue angle of 271.68º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510F8C is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 15 | 140 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.45 |
| HSL | 271.68º | 0.81% | 0.3% | - |
| HSV(B) | 271.68º | 0.89% | 0.55% | - |
| XYZ | 8.3 | 3.98 | 25.14 | - |
| YUV | 48.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 140 | 0.42 | 0.89 | 0 | 0.45 | 271.68 | 0.81 | 0.3 |
| Hex | 51 | F | 8C | 2A | 59 | 0 | 2D | 110 | 51 | 1E |
| Octal | 121 | 17 | 214 | 52 | 131 | 0 | 55 | 420 | 121 | 36 |
| Binary | 1010001 | 1111 | 10001100 | 101010 | 1011001 | 0 | 101101 | 100010000 | 1010001 | 11110 |
Color Harmonies of #510F8C
Complementary color
Monochromatic Colors of #510F8C
Black with #510F8C
Text Example
Text Example
White with #510F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F8C; }
p { color: rgb(81,15,140); }
H1.HeaderClassName
{
color: #510F8C;
}
.AnyTagClassName
{
color: #510F8C;
}
</style>
background-color css
<style>
a { background-color: #510F8C; }
a { background-color: rgb(81,15,140); }
div.DivClassName
{
background-color: #510F8C;
}
.BgClassName
{
background-color: #510F8C;
}
</style>
border-color css
<style>
span { border-color: #510F8C; }
span { border-color: rgb(81,15,140); }
td.TdClassName
{
border-color: #510F8C;
}
.TagClassName
{
border-color: #510F8C;
}
</style>