Shades of Gigas #503D83
Tints of Gigas #503D83
RGB
CMYK
RGB Variations
Color information
#503D83 (or 0x503D83) is known color: Gigas. HEX triplet: 50, 3D and 83. RGB value is (80,61,131). Sum of RGB (Red+Green+Blue) = 80+61+131=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #503D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D83 is #AFC27C. Grayscale: #4A4A4A. Windows color (decimal): -11518589 or 8600912. OLE color: 8600912.
HSL color Cylindrical-coordinate representation of color #503D83: hue angle of 256.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503D83 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 61 | 131 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.49 |
| HSL | 256.29º | 0.36% | 0.38% | - |
| HSV(B) | 256.29º | 0.53% | 0.51% | - |
| XYZ | 9.07 | 6.68 | 22.28 | - |
| YUV | 74.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 131 | 0.39 | 0.53 | 0 | 0.49 | 256.29 | 0.36 | 0.38 |
| Hex | 50 | 3D | 83 | 27 | 35 | 0 | 31 | 100 | 24 | 26 |
| Octal | 120 | 75 | 203 | 47 | 65 | 0 | 61 | 400 | 44 | 46 |
| Binary | 1010000 | 111101 | 10000011 | 100111 | 110101 | 0 | 110001 | 100000000 | 100100 | 100110 |
Color Harmonies of #503D83
Complementary color
Monochromatic Colors of #503D83
Black with #503D83
Text Example
Text Example
White with #503D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D83; }
p { color: rgb(80,61,131); }
H1.HeaderClassName
{
color: #503D83;
}
.AnyTagClassName
{
color: #503D83;
}
</style>
background-color css
<style>
a { background-color: #503D83; }
a { background-color: rgb(80,61,131); }
div.DivClassName
{
background-color: #503D83;
}
.BgClassName
{
background-color: #503D83;
}
</style>
border-color css
<style>
span { border-color: #503D83; }
span { border-color: rgb(80,61,131); }
td.TdClassName
{
border-color: #503D83;
}
.TagClassName
{
border-color: #503D83;
}
</style>