Shades of Gigas #51448C
Tints of Gigas #51448C
RGB
CMYK
RGB Variations
Color information
#51448C (or 0x51448C) is known color: Gigas. HEX triplet: 51, 44 and 8C. RGB value is (81,68,140). Sum of RGB (Red+Green+Blue) = 81+68+140=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #51448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51448C is #AEBB73. Grayscale: #4F4F4F. Windows color (decimal): -11451252 or 9192529. OLE color: 9192529.
HSL color Cylindrical-coordinate representation of color #51448C: hue angle of 250.83º degrees, saturation: 0.35, 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 #51448C is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 68 | 140 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.45 |
| HSL | 250.83º | 0.35% | 0.41% | - |
| HSV(B) | 250.83º | 0.51% | 0.55% | - |
| XYZ | 10.19 | 7.78 | 25.77 | - |
| YUV | 80.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 140 | 0.42 | 0.51 | 0 | 0.45 | 250.83 | 0.35 | 0.41 |
| Hex | 51 | 44 | 8C | 2A | 33 | 0 | 2D | FB | 23 | 29 |
| Octal | 121 | 104 | 214 | 52 | 63 | 0 | 55 | 373 | 43 | 51 |
| Binary | 1010001 | 1000100 | 10001100 | 101010 | 110011 | 0 | 101101 | 11111011 | 100011 | 101001 |
Color Harmonies of #51448C
Complementary color
Monochromatic Colors of #51448C
Black with #51448C
Text Example
Text Example
White with #51448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51448C; }
p { color: rgb(81,68,140); }
H1.HeaderClassName
{
color: #51448C;
}
.AnyTagClassName
{
color: #51448C;
}
</style>
background-color css
<style>
a { background-color: #51448C; }
a { background-color: rgb(81,68,140); }
div.DivClassName
{
background-color: #51448C;
}
.BgClassName
{
background-color: #51448C;
}
</style>
border-color css
<style>
span { border-color: #51448C; }
span { border-color: rgb(81,68,140); }
td.TdClassName
{
border-color: #51448C;
}
.TagClassName
{
border-color: #51448C;
}
</style>