Shades of Gigas #4D3E80
Tints of Gigas #4D3E80
RGB
CMYK
RGB Variations
Color information
#4D3E80 (or 0x4D3E80) is known color: Gigas. HEX triplet: 4D, 3E and 80. RGB value is (77,62,128). Sum of RGB (Red+Green+Blue) = 77+62+128=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D3E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E80 is #B2C17F. Grayscale: #494949. Windows color (decimal): -11714944 or 8404557. OLE color: 8404557.
HSL color Cylindrical-coordinate representation of color #4D3E80: hue angle of 253.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D3E80 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 62 | 128 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.50 |
| HSL | 253.64º | 0.35% | 0.37% | - |
| HSV(B) | 253.64º | 0.52% | 0.5% | - |
| XYZ | 8.68 | 6.58 | 21.23 | - |
| YUV | 74.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 128 | 0.40 | 0.52 | 0 | 0.50 | 253.64 | 0.35 | 0.37 |
| Hex | 4D | 3E | 80 | 28 | 34 | 0 | 32 | FE | 23 | 25 |
| Octal | 115 | 76 | 200 | 50 | 64 | 0 | 62 | 376 | 43 | 45 |
| Binary | 1001101 | 111110 | 10000000 | 101000 | 110100 | 0 | 110010 | 11111110 | 100011 | 100101 |
Color Harmonies of #4D3E80
Complementary color
Monochromatic Colors of #4D3E80
Black with #4D3E80
Text Example
Text Example
White with #4D3E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E80; }
p { color: rgb(77,62,128); }
H1.HeaderClassName
{
color: #4D3E80;
}
.AnyTagClassName
{
color: #4D3E80;
}
</style>
background-color css
<style>
a { background-color: #4D3E80; }
a { background-color: rgb(77,62,128); }
div.DivClassName
{
background-color: #4D3E80;
}
.BgClassName
{
background-color: #4D3E80;
}
</style>
border-color css
<style>
span { border-color: #4D3E80; }
span { border-color: rgb(77,62,128); }
td.TdClassName
{
border-color: #4D3E80;
}
.TagClassName
{
border-color: #4D3E80;
}
</style>