Shades of Gigas #4F3E7D
Tints of Gigas #4F3E7D
RGB
CMYK
RGB Variations
Color information
#4F3E7D (or 0x4F3E7D) is known color: Gigas. HEX triplet: 4F, 3E and 7D. RGB value is (79,62,125). Sum of RGB (Red+Green+Blue) = 79+62+125=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F3E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3E7D is #B0C182. Grayscale: #4A4A4A. Windows color (decimal): -11583875 or 8207951. OLE color: 8207951.
HSL color Cylindrical-coordinate representation of color #4F3E7D: hue angle of 256.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F3E7D is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 62 | 125 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.51 |
| HSL | 256.19º | 0.34% | 0.37% | - |
| HSV(B) | 256.19º | 0.5% | 0.49% | - |
| XYZ | 8.65 | 6.59 | 20.22 | - |
| YUV | 74.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 125 | 0.37 | 0.50 | 0 | 0.51 | 256.19 | 0.34 | 0.37 |
| Hex | 4F | 3E | 7D | 25 | 32 | 0 | 33 | 100 | 22 | 25 |
| Octal | 117 | 76 | 175 | 45 | 62 | 0 | 63 | 400 | 42 | 45 |
| Binary | 1001111 | 111110 | 1111101 | 100101 | 110010 | 0 | 110011 | 100000000 | 100010 | 100101 |
Color Harmonies of #4F3E7D
Complementary color
Monochromatic Colors of #4F3E7D
Black with #4F3E7D
Text Example
Text Example
White with #4F3E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E7D; }
p { color: rgb(79,62,125); }
H1.HeaderClassName
{
color: #4F3E7D;
}
.AnyTagClassName
{
color: #4F3E7D;
}
</style>
background-color css
<style>
a { background-color: #4F3E7D; }
a { background-color: rgb(79,62,125); }
div.DivClassName
{
background-color: #4F3E7D;
}
.BgClassName
{
background-color: #4F3E7D;
}
</style>
border-color css
<style>
span { border-color: #4F3E7D; }
span { border-color: rgb(79,62,125); }
td.TdClassName
{
border-color: #4F3E7D;
}
.TagClassName
{
border-color: #4F3E7D;
}
</style>