Shades of Gigas #513C84
Tints of Gigas #513C84
RGB
CMYK
RGB Variations
Color information
#513C84 (or 0x513C84) is known color: Gigas. HEX triplet: 51, 3C and 84. RGB value is (81,60,132). Sum of RGB (Red+Green+Blue) = 81+60+132=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #513C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C84 is #AEC37B. Grayscale: #4A4A4A. Windows color (decimal): -11453308 or 8666193. OLE color: 8666193.
HSL color Cylindrical-coordinate representation of color #513C84: hue angle of 257.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #513C84 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 60 | 132 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.48 |
| HSL | 257.5º | 0.38% | 0.38% | - |
| HSV(B) | 257.5º | 0.55% | 0.52% | - |
| XYZ | 9.17 | 6.65 | 22.63 | - |
| YUV | 74.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 132 | 0.39 | 0.55 | 0 | 0.48 | 257.5 | 0.38 | 0.38 |
| Hex | 51 | 3C | 84 | 27 | 37 | 0 | 30 | 102 | 26 | 26 |
| Octal | 121 | 74 | 204 | 47 | 67 | 0 | 60 | 402 | 46 | 46 |
| Binary | 1010001 | 111100 | 10000100 | 100111 | 110111 | 0 | 110000 | 100000010 | 100110 | 100110 |
Color Harmonies of #513C84
Complementary color
Monochromatic Colors of #513C84
Black with #513C84
Text Example
Text Example
White with #513C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C84; }
p { color: rgb(81,60,132); }
H1.HeaderClassName
{
color: #513C84;
}
.AnyTagClassName
{
color: #513C84;
}
</style>
background-color css
<style>
a { background-color: #513C84; }
a { background-color: rgb(81,60,132); }
div.DivClassName
{
background-color: #513C84;
}
.BgClassName
{
background-color: #513C84;
}
</style>
border-color css
<style>
span { border-color: #513C84; }
span { border-color: rgb(81,60,132); }
td.TdClassName
{
border-color: #513C84;
}
.TagClassName
{
border-color: #513C84;
}
</style>