Shades of Gigas #54418D
Tints of Gigas #54418D
RGB
CMYK
RGB Variations
Color information
#54418D (or 0x54418D) is known color: Gigas. HEX triplet: 54, 41 and 8D. RGB value is (84,65,141). Sum of RGB (Red+Green+Blue) = 84+65+141=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #54418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54418D is #ABBE72. Grayscale: #4F4F4F. Windows color (decimal): -11255411 or 9257300. OLE color: 9257300.
HSL color Cylindrical-coordinate representation of color #54418D: hue angle of 255º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54418D is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 65 | 141 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.45 |
| HSL | 255º | 0.37% | 0.4% | - |
| HSV(B) | 255º | 0.54% | 0.55% | - |
| XYZ | 10.35 | 7.59 | 26.12 | - |
| YUV | 79.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 141 | 0.40 | 0.54 | 0 | 0.45 | 255 | 0.37 | 0.4 |
| Hex | 54 | 41 | 8D | 28 | 36 | 0 | 2D | FF | 25 | 28 |
| Octal | 124 | 101 | 215 | 50 | 66 | 0 | 55 | 377 | 45 | 50 |
| Binary | 1010100 | 1000001 | 10001101 | 101000 | 110110 | 0 | 101101 | 11111111 | 100101 | 101000 |
Color Harmonies of #54418D
Complementary color
Monochromatic Colors of #54418D
Black with #54418D
Text Example
Text Example
White with #54418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54418D; }
p { color: rgb(84,65,141); }
H1.HeaderClassName
{
color: #54418D;
}
.AnyTagClassName
{
color: #54418D;
}
</style>
background-color css
<style>
a { background-color: #54418D; }
a { background-color: rgb(84,65,141); }
div.DivClassName
{
background-color: #54418D;
}
.BgClassName
{
background-color: #54418D;
}
</style>
border-color css
<style>
span { border-color: #54418D; }
span { border-color: rgb(84,65,141); }
td.TdClassName
{
border-color: #54418D;
}
.TagClassName
{
border-color: #54418D;
}
</style>