Shades of Gigas #514182
Tints of Gigas #514182
RGB
CMYK
RGB Variations
Color information
#514182 (or 0x514182) is known color: Gigas. HEX triplet: 51, 41 and 82. RGB value is (81,65,130). Sum of RGB (Red+Green+Blue) = 81+65+130=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #514182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514182 is #AEBE7D. Grayscale: #4C4C4C. Windows color (decimal): -11452030 or 8536401. OLE color: 8536401.
HSL color Cylindrical-coordinate representation of color #514182: hue angle of 254.77º 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 #514182 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 65 | 130 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.49 |
| HSL | 254.77º | 0.33% | 0.38% | - |
| HSV(B) | 254.77º | 0.5% | 0.51% | - |
| XYZ | 9.31 | 7.14 | 22.01 | - |
| YUV | 77.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 130 | 0.38 | 0.50 | 0 | 0.49 | 254.77 | 0.33 | 0.38 |
| Hex | 51 | 41 | 82 | 26 | 32 | 0 | 31 | FF | 21 | 26 |
| Octal | 121 | 101 | 202 | 46 | 62 | 0 | 61 | 377 | 41 | 46 |
| Binary | 1010001 | 1000001 | 10000010 | 100110 | 110010 | 0 | 110001 | 11111111 | 100001 | 100110 |
Color Harmonies of #514182
Complementary color
Monochromatic Colors of #514182
Black with #514182
Text Example
Text Example
White with #514182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514182; }
p { color: rgb(81,65,130); }
H1.HeaderClassName
{
color: #514182;
}
.AnyTagClassName
{
color: #514182;
}
</style>
background-color css
<style>
a { background-color: #514182; }
a { background-color: rgb(81,65,130); }
div.DivClassName
{
background-color: #514182;
}
.BgClassName
{
background-color: #514182;
}
</style>
border-color css
<style>
span { border-color: #514182; }
span { border-color: rgb(81,65,130); }
td.TdClassName
{
border-color: #514182;
}
.TagClassName
{
border-color: #514182;
}
</style>