Shades of Blue Gem #4E27A0
Tints of Blue Gem #4E27A0
RGB
CMYK
RGB Variations
Color information
#4E27A0 (or 0x4E27A0) is known color: Blue Gem. HEX triplet: 4E, 27 and A0. RGB value is (78,39,160). Sum of RGB (Red+Green+Blue) = 78+39+160=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #4E27A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E27A0 is #B1D85F. Grayscale: #404040. Windows color (decimal): -11655264 or 10495822. OLE color: 10495822.
HSL color Cylindrical-coordinate representation of color #4E27A0: hue angle of 259.34º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E27A0 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 39 | 160 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.37 |
| HSL | 259.34º | 0.61% | 0.39% | - |
| HSV(B) | 259.34º | 0.76% | 0.63% | - |
| XYZ | 10.21 | 5.61 | 33.8 | - |
| YUV | 64.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 160 | 0.51 | 0.76 | 0 | 0.37 | 259.34 | 0.61 | 0.39 |
| Hex | 4E | 27 | A0 | 33 | 4C | 0 | 25 | 103 | 3D | 27 |
| Octal | 116 | 47 | 240 | 63 | 114 | 0 | 45 | 403 | 75 | 47 |
| Binary | 1001110 | 100111 | 10100000 | 110011 | 1001100 | 0 | 100101 | 100000011 | 111101 | 100111 |
Color Harmonies of #4E27A0
Complementary color
Monochromatic Colors of #4E27A0
Black with #4E27A0
Text Example
Text Example
White with #4E27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E27A0; }
p { color: rgb(78,39,160); }
H1.HeaderClassName
{
color: #4E27A0;
}
.AnyTagClassName
{
color: #4E27A0;
}
</style>
background-color css
<style>
a { background-color: #4E27A0; }
a { background-color: rgb(78,39,160); }
div.DivClassName
{
background-color: #4E27A0;
}
.BgClassName
{
background-color: #4E27A0;
}
</style>
border-color css
<style>
span { border-color: #4E27A0; }
span { border-color: rgb(78,39,160); }
td.TdClassName
{
border-color: #4E27A0;
}
.TagClassName
{
border-color: #4E27A0;
}
</style>