Shades of Gigas #51407D
Tints of Gigas #51407D
RGB
CMYK
RGB Variations
Color information
#51407D (or 0x51407D) is known color: Gigas. HEX triplet: 51, 40 and 7D. RGB value is (81,64,125). Sum of RGB (Red+Green+Blue) = 81+64+125=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #51407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51407D is #AEBF82. Grayscale: #4B4B4B. Windows color (decimal): -11452291 or 8208465. OLE color: 8208465.
HSL color Cylindrical-coordinate representation of color #51407D: hue angle of 256.72º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51407D is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 64 | 125 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.51 |
| HSL | 256.72º | 0.32% | 0.37% | - |
| HSV(B) | 256.72º | 0.49% | 0.49% | - |
| XYZ | 8.93 | 6.9 | 20.26 | - |
| YUV | 76.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 125 | 0.35 | 0.49 | 0 | 0.51 | 256.72 | 0.32 | 0.37 |
| Hex | 51 | 40 | 7D | 23 | 31 | 0 | 33 | 101 | 20 | 25 |
| Octal | 121 | 100 | 175 | 43 | 61 | 0 | 63 | 401 | 40 | 45 |
| Binary | 1010001 | 1000000 | 1111101 | 100011 | 110001 | 0 | 110011 | 100000001 | 100000 | 100101 |
Color Harmonies of #51407D
Complementary color
Monochromatic Colors of #51407D
Black with #51407D
Text Example
Text Example
White with #51407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51407D; }
p { color: rgb(81,64,125); }
H1.HeaderClassName
{
color: #51407D;
}
.AnyTagClassName
{
color: #51407D;
}
</style>
background-color css
<style>
a { background-color: #51407D; }
a { background-color: rgb(81,64,125); }
div.DivClassName
{
background-color: #51407D;
}
.BgClassName
{
background-color: #51407D;
}
</style>
border-color css
<style>
span { border-color: #51407D; }
span { border-color: rgb(81,64,125); }
td.TdClassName
{
border-color: #51407D;
}
.TagClassName
{
border-color: #51407D;
}
</style>