Shades of Blue Gem #51449F
Tints of Blue Gem #51449F
RGB
CMYK
RGB Variations
Color information
#51449F (or 0x51449F) is known color: Blue Gem. HEX triplet: 51, 44 and 9F. RGB value is (81,68,159). Sum of RGB (Red+Green+Blue) = 81+68+159=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #51449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51449F is #AEBB60. Grayscale: #515151. Windows color (decimal): -11451233 or 10437713. OLE color: 10437713.
HSL color Cylindrical-coordinate representation of color #51449F: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51449F is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 68 | 159 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.38 |
| HSL | 248.57º | 0.4% | 0.45% | - |
| HSV(B) | 248.57º | 0.57% | 0.62% | - |
| XYZ | 11.72 | 8.39 | 33.8 | - |
| YUV | 82.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 159 | 0.49 | 0.57 | 0 | 0.38 | 248.57 | 0.4 | 0.45 |
| Hex | 51 | 44 | 9F | 31 | 39 | 0 | 26 | F9 | 28 | 2D |
| Octal | 121 | 104 | 237 | 61 | 71 | 0 | 46 | 371 | 50 | 55 |
| Binary | 1010001 | 1000100 | 10011111 | 110001 | 111001 | 0 | 100110 | 11111001 | 101000 | 101101 |
Color Harmonies of #51449F
Complementary color
Monochromatic Colors of #51449F
Black with #51449F
Text Example
Text Example
White with #51449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51449F; }
p { color: rgb(81,68,159); }
H1.HeaderClassName
{
color: #51449F;
}
.AnyTagClassName
{
color: #51449F;
}
</style>
background-color css
<style>
a { background-color: #51449F; }
a { background-color: rgb(81,68,159); }
div.DivClassName
{
background-color: #51449F;
}
.BgClassName
{
background-color: #51449F;
}
</style>
border-color css
<style>
span { border-color: #51449F; }
span { border-color: rgb(81,68,159); }
td.TdClassName
{
border-color: #51449F;
}
.TagClassName
{
border-color: #51449F;
}
</style>