Shades of Indigo #510678
Tints of Indigo #510678
RGB
CMYK
RGB Variations
Color information
#510678 (or 0x510678) is known color: Indigo. HEX triplet: 51, 06 and 78. RGB value is (81,6,120). Sum of RGB (Red+Green+Blue) = 81+6+120=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #510678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510678 is #AEF987. Grayscale: #292929. Windows color (decimal): -11467144 or 7865937. OLE color: 7865937.
HSL color Cylindrical-coordinate representation of color #510678: hue angle of 279.47º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510678 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 6 | 120 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.53 |
| HSL | 279.47º | 0.9% | 0.25% | - |
| HSV(B) | 279.47º | 0.95% | 0.47% | - |
| XYZ | 6.85 | 3.24 | 18.03 | - |
| YUV | 41.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 120 | 0.32 | 0.95 | 0 | 0.53 | 279.47 | 0.9 | 0.25 |
| Hex | 51 | 6 | 78 | 20 | 5F | 0 | 35 | 117 | 5A | 19 |
| Octal | 121 | 6 | 170 | 40 | 137 | 0 | 65 | 427 | 132 | 31 |
| Binary | 1010001 | 110 | 1111000 | 100000 | 1011111 | 0 | 110101 | 100010111 | 1011010 | 11001 |
Color Harmonies of #510678
Complementary color
Monochromatic Colors of #510678
Black with #510678
Text Example
Text Example
White with #510678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510678; }
p { color: rgb(81,6,120); }
H1.HeaderClassName
{
color: #510678;
}
.AnyTagClassName
{
color: #510678;
}
</style>
background-color css
<style>
a { background-color: #510678; }
a { background-color: rgb(81,6,120); }
div.DivClassName
{
background-color: #510678;
}
.BgClassName
{
background-color: #510678;
}
</style>
border-color css
<style>
span { border-color: #510678; }
span { border-color: rgb(81,6,120); }
td.TdClassName
{
border-color: #510678;
}
.TagClassName
{
border-color: #510678;
}
</style>