Shades of Indigo #510978
Tints of Indigo #510978
RGB
CMYK
RGB Variations
Color information
#510978 (or 0x510978) is known color: Indigo. HEX triplet: 51, 09 and 78. RGB value is (81,9,120). Sum of RGB (Red+Green+Blue) = 81+9+120=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #510978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510978 is #AEF687. Grayscale: #2A2A2A. Windows color (decimal): -11466376 or 7866705. OLE color: 7866705.
HSL color Cylindrical-coordinate representation of color #510978: hue angle of 278.92º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510978 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 9 | 120 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.53 |
| HSL | 278.92º | 0.86% | 0.25% | - |
| HSV(B) | 278.92º | 0.93% | 0.47% | - |
| XYZ | 6.88 | 3.3 | 18.04 | - |
| YUV | 43.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 120 | 0.32 | 0.92 | 0 | 0.53 | 278.92 | 0.86 | 0.25 |
| Hex | 51 | 9 | 78 | 20 | 5C | 0 | 35 | 117 | 56 | 19 |
| Octal | 121 | 11 | 170 | 40 | 134 | 0 | 65 | 427 | 126 | 31 |
| Binary | 1010001 | 1001 | 1111000 | 100000 | 1011100 | 0 | 110101 | 100010111 | 1010110 | 11001 |
Color Harmonies of #510978
Complementary color
Monochromatic Colors of #510978
Black with #510978
Text Example
Text Example
White with #510978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510978; }
p { color: rgb(81,9,120); }
H1.HeaderClassName
{
color: #510978;
}
.AnyTagClassName
{
color: #510978;
}
</style>
background-color css
<style>
a { background-color: #510978; }
a { background-color: rgb(81,9,120); }
div.DivClassName
{
background-color: #510978;
}
.BgClassName
{
background-color: #510978;
}
</style>
border-color css
<style>
span { border-color: #510978; }
span { border-color: rgb(81,9,120); }
td.TdClassName
{
border-color: #510978;
}
.TagClassName
{
border-color: #510978;
}
</style>