Shades of Gigas #51458D
Tints of Gigas #51458D
RGB
CMYK
RGB Variations
Color information
#51458D (or 0x51458D) is known color: Gigas. HEX triplet: 51, 45 and 8D. RGB value is (81,69,141). Sum of RGB (Red+Green+Blue) = 81+69+141=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #51458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51458D is #AEBA72. Grayscale: #505050. Windows color (decimal): -11450995 or 9258321. OLE color: 9258321.
HSL color Cylindrical-coordinate representation of color #51458D: hue angle of 250º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51458D is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 69 | 141 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.45 |
| HSL | 250º | 0.34% | 0.41% | - |
| HSV(B) | 250º | 0.51% | 0.55% | - |
| XYZ | 10.33 | 7.93 | 26.19 | - |
| YUV | 80.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 141 | 0.43 | 0.51 | 0 | 0.45 | 250 | 0.34 | 0.41 |
| Hex | 51 | 45 | 8D | 2B | 33 | 0 | 2D | FA | 22 | 29 |
| Octal | 121 | 105 | 215 | 53 | 63 | 0 | 55 | 372 | 42 | 51 |
| Binary | 1010001 | 1000101 | 10001101 | 101011 | 110011 | 0 | 101101 | 11111010 | 100010 | 101001 |
Color Harmonies of #51458D
Complementary color
Monochromatic Colors of #51458D
Black with #51458D
Text Example
Text Example
White with #51458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51458D; }
p { color: rgb(81,69,141); }
H1.HeaderClassName
{
color: #51458D;
}
.AnyTagClassName
{
color: #51458D;
}
</style>
background-color css
<style>
a { background-color: #51458D; }
a { background-color: rgb(81,69,141); }
div.DivClassName
{
background-color: #51458D;
}
.BgClassName
{
background-color: #51458D;
}
</style>
border-color css
<style>
span { border-color: #51458D; }
span { border-color: rgb(81,69,141); }
td.TdClassName
{
border-color: #51458D;
}
.TagClassName
{
border-color: #51458D;
}
</style>