Shades of Gigas #503C83
Tints of Gigas #503C83
RGB
CMYK
RGB Variations
Color information
#503C83 (or 0x503C83) is known color: Gigas. HEX triplet: 50, 3C and 83. RGB value is (80,60,131). Sum of RGB (Red+Green+Blue) = 80+60+131=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #503C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503C83 is #AFC37C. Grayscale: #494949. Windows color (decimal): -11518845 or 8600656. OLE color: 8600656.
HSL color Cylindrical-coordinate representation of color #503C83: hue angle of 256.9º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503C83 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 60 | 131 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.49 |
| HSL | 256.9º | 0.37% | 0.37% | - |
| HSV(B) | 256.9º | 0.54% | 0.51% | - |
| XYZ | 9.02 | 6.58 | 22.27 | - |
| YUV | 74.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 131 | 0.39 | 0.54 | 0 | 0.49 | 256.9 | 0.37 | 0.37 |
| Hex | 50 | 3C | 83 | 27 | 36 | 0 | 31 | 101 | 25 | 25 |
| Octal | 120 | 74 | 203 | 47 | 66 | 0 | 61 | 401 | 45 | 45 |
| Binary | 1010000 | 111100 | 10000011 | 100111 | 110110 | 0 | 110001 | 100000001 | 100101 | 100101 |
Color Harmonies of #503C83
Complementary color
Monochromatic Colors of #503C83
Black with #503C83
Text Example
Text Example
White with #503C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C83; }
p { color: rgb(80,60,131); }
H1.HeaderClassName
{
color: #503C83;
}
.AnyTagClassName
{
color: #503C83;
}
</style>
background-color css
<style>
a { background-color: #503C83; }
a { background-color: rgb(80,60,131); }
div.DivClassName
{
background-color: #503C83;
}
.BgClassName
{
background-color: #503C83;
}
</style>
border-color css
<style>
span { border-color: #503C83; }
span { border-color: rgb(80,60,131); }
td.TdClassName
{
border-color: #503C83;
}
.TagClassName
{
border-color: #503C83;
}
</style>