Shades of Blue Gem #51418D
Tints of Blue Gem #51418D
RGB
CMYK
RGB Variations
Color information
#51418D (or 0x51418D) is known color: Blue Gem. HEX triplet: 51, 41 and 8D. RGB value is (81,65,141). Sum of RGB (Red+Green+Blue) = 81+65+141=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #51418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51418D is #AEBE72. Grayscale: #4E4E4E. Windows color (decimal): -11452019 or 9257297. OLE color: 9257297.
HSL color Cylindrical-coordinate representation of color #51418D: hue angle of 252.63º 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 #51418D is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 65 | 141 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.45 |
| HSL | 252.63º | 0.37% | 0.4% | - |
| HSV(B) | 252.63º | 0.54% | 0.55% | - |
| XYZ | 10.09 | 7.45 | 26.11 | - |
| YUV | 78.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 141 | 0.43 | 0.54 | 0 | 0.45 | 252.63 | 0.37 | 0.4 |
| Hex | 51 | 41 | 8D | 2B | 36 | 0 | 2D | FD | 25 | 28 |
| Octal | 121 | 101 | 215 | 53 | 66 | 0 | 55 | 375 | 45 | 50 |
| Binary | 1010001 | 1000001 | 10001101 | 101011 | 110110 | 0 | 101101 | 11111101 | 100101 | 101000 |
Color Harmonies of #51418D
Complementary color
Monochromatic Colors of #51418D
Black with #51418D
Text Example
Text Example
White with #51418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51418D; }
p { color: rgb(81,65,141); }
H1.HeaderClassName
{
color: #51418D;
}
.AnyTagClassName
{
color: #51418D;
}
</style>
background-color css
<style>
a { background-color: #51418D; }
a { background-color: rgb(81,65,141); }
div.DivClassName
{
background-color: #51418D;
}
.BgClassName
{
background-color: #51418D;
}
</style>
border-color css
<style>
span { border-color: #51418D; }
span { border-color: rgb(81,65,141); }
td.TdClassName
{
border-color: #51418D;
}
.TagClassName
{
border-color: #51418D;
}
</style>