Shades of Gigas #51407C
Tints of Gigas #51407C
RGB
CMYK
RGB Variations
Color information
#51407C (or 0x51407C) is known color: Gigas. HEX triplet: 51, 40 and 7C. RGB value is (81,64,124). Sum of RGB (Red+Green+Blue) = 81+64+124=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #51407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51407C is #AEBF83. Grayscale: #4B4B4B. Windows color (decimal): -11452292 or 8142929. OLE color: 8142929.
HSL color Cylindrical-coordinate representation of color #51407C: hue angle of 257º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51407C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 64 | 124 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.51 |
| HSL | 257º | 0.32% | 0.37% | - |
| HSV(B) | 257º | 0.48% | 0.49% | - |
| XYZ | 8.86 | 6.87 | 19.93 | - |
| YUV | 75.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 124 | 0.35 | 0.48 | 0 | 0.51 | 257 | 0.32 | 0.37 |
| Hex | 51 | 40 | 7C | 23 | 30 | 0 | 33 | 101 | 20 | 25 |
| Octal | 121 | 100 | 174 | 43 | 60 | 0 | 63 | 401 | 40 | 45 |
| Binary | 1010001 | 1000000 | 1111100 | 100011 | 110000 | 0 | 110011 | 100000001 | 100000 | 100101 |
Color Harmonies of #51407C
Complementary color
Monochromatic Colors of #51407C
Black with #51407C
Text Example
Text Example
White with #51407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51407C; }
p { color: rgb(81,64,124); }
H1.HeaderClassName
{
color: #51407C;
}
.AnyTagClassName
{
color: #51407C;
}
</style>
background-color css
<style>
a { background-color: #51407C; }
a { background-color: rgb(81,64,124); }
div.DivClassName
{
background-color: #51407C;
}
.BgClassName
{
background-color: #51407C;
}
</style>
border-color css
<style>
span { border-color: #51407C; }
span { border-color: rgb(81,64,124); }
td.TdClassName
{
border-color: #51407C;
}
.TagClassName
{
border-color: #51407C;
}
</style>