Shades of Gigas #504181
Tints of Gigas #504181
RGB
CMYK
RGB Variations
Color information
#504181 (or 0x504181) is known color: Gigas. HEX triplet: 50, 41 and 81. RGB value is (80,65,129). Sum of RGB (Red+Green+Blue) = 80+65+129=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #504181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504181 is #AFBE7E. Grayscale: #4C4C4C. Windows color (decimal): -11517567 or 8470864. OLE color: 8470864.
HSL color Cylindrical-coordinate representation of color #504181: hue angle of 254.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504181 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 65 | 129 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.49 |
| HSL | 254.06º | 0.33% | 0.38% | - |
| HSV(B) | 254.06º | 0.5% | 0.51% | - |
| XYZ | 9.16 | 7.07 | 21.65 | - |
| YUV | 76.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 129 | 0.38 | 0.50 | 0 | 0.49 | 254.06 | 0.33 | 0.38 |
| Hex | 50 | 41 | 81 | 26 | 32 | 0 | 31 | FE | 21 | 26 |
| Octal | 120 | 101 | 201 | 46 | 62 | 0 | 61 | 376 | 41 | 46 |
| Binary | 1010000 | 1000001 | 10000001 | 100110 | 110010 | 0 | 110001 | 11111110 | 100001 | 100110 |
Color Harmonies of #504181
Complementary color
Monochromatic Colors of #504181
Black with #504181
Text Example
Text Example
White with #504181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504181; }
p { color: rgb(80,65,129); }
H1.HeaderClassName
{
color: #504181;
}
.AnyTagClassName
{
color: #504181;
}
</style>
background-color css
<style>
a { background-color: #504181; }
a { background-color: rgb(80,65,129); }
div.DivClassName
{
background-color: #504181;
}
.BgClassName
{
background-color: #504181;
}
</style>
border-color css
<style>
span { border-color: #504181; }
span { border-color: rgb(80,65,129); }
td.TdClassName
{
border-color: #504181;
}
.TagClassName
{
border-color: #504181;
}
</style>