Shades of Gigas #514381
Tints of Gigas #514381
RGB
CMYK
RGB Variations
Color information
#514381 (or 0x514381) is known color: Gigas. HEX triplet: 51, 43 and 81. RGB value is (81,67,129). Sum of RGB (Red+Green+Blue) = 81+67+129=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #514381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514381 is #AEBC7E. Grayscale: #4E4E4E. Windows color (decimal): -11451519 or 8471377. OLE color: 8471377.
HSL color Cylindrical-coordinate representation of color #514381: hue angle of 253.55º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514381 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 67 | 129 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.49 |
| HSL | 253.55º | 0.32% | 0.38% | - |
| HSV(B) | 253.55º | 0.48% | 0.51% | - |
| XYZ | 9.36 | 7.35 | 21.69 | - |
| YUV | 78.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 129 | 0.37 | 0.48 | 0 | 0.49 | 253.55 | 0.32 | 0.38 |
| Hex | 51 | 43 | 81 | 25 | 30 | 0 | 31 | FE | 20 | 26 |
| Octal | 121 | 103 | 201 | 45 | 60 | 0 | 61 | 376 | 40 | 46 |
| Binary | 1010001 | 1000011 | 10000001 | 100101 | 110000 | 0 | 110001 | 11111110 | 100000 | 100110 |
Color Harmonies of #514381
Complementary color
Monochromatic Colors of #514381
Black with #514381
Text Example
Text Example
White with #514381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514381; }
p { color: rgb(81,67,129); }
H1.HeaderClassName
{
color: #514381;
}
.AnyTagClassName
{
color: #514381;
}
</style>
background-color css
<style>
a { background-color: #514381; }
a { background-color: rgb(81,67,129); }
div.DivClassName
{
background-color: #514381;
}
.BgClassName
{
background-color: #514381;
}
</style>
border-color css
<style>
span { border-color: #514381; }
span { border-color: rgb(81,67,129); }
td.TdClassName
{
border-color: #514381;
}
.TagClassName
{
border-color: #514381;
}
</style>