Shades of Gigas #514178
Tints of Gigas #514178
RGB
CMYK
RGB Variations
Color information
#514178 (or 0x514178) is known color: Gigas. HEX triplet: 51, 41 and 78. RGB value is (81,65,120). Sum of RGB (Red+Green+Blue) = 81+65+120=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #514178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514178 is #AEBE87. Grayscale: #4B4B4B. Windows color (decimal): -11452040 or 7881041. OLE color: 7881041.
HSL color Cylindrical-coordinate representation of color #514178: hue angle of 257.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514178 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 65 | 120 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.53 |
| HSL | 257.45º | 0.3% | 0.36% | - |
| HSV(B) | 257.45º | 0.46% | 0.47% | - |
| XYZ | 8.67 | 6.89 | 18.64 | - |
| YUV | 76.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 120 | 0.32 | 0.46 | 0 | 0.53 | 257.45 | 0.3 | 0.36 |
| Hex | 51 | 41 | 78 | 20 | 2E | 0 | 35 | 101 | 1E | 24 |
| Octal | 121 | 101 | 170 | 40 | 56 | 0 | 65 | 401 | 36 | 44 |
| Binary | 1010001 | 1000001 | 1111000 | 100000 | 101110 | 0 | 110101 | 100000001 | 11110 | 100100 |
Color Harmonies of #514178
Complementary color
Monochromatic Colors of #514178
Black with #514178
Text Example
Text Example
White with #514178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514178; }
p { color: rgb(81,65,120); }
H1.HeaderClassName
{
color: #514178;
}
.AnyTagClassName
{
color: #514178;
}
</style>
background-color css
<style>
a { background-color: #514178; }
a { background-color: rgb(81,65,120); }
div.DivClassName
{
background-color: #514178;
}
.BgClassName
{
background-color: #514178;
}
</style>
border-color css
<style>
span { border-color: #514178; }
span { border-color: rgb(81,65,120); }
td.TdClassName
{
border-color: #514178;
}
.TagClassName
{
border-color: #514178;
}
</style>