Shades of Blue Gem #4A27A0
Tints of Blue Gem #4A27A0
RGB
CMYK
RGB Variations
Color information
#4A27A0 (or 0x4A27A0) is known color: Blue Gem. HEX triplet: 4A, 27 and A0. RGB value is (74,39,160). Sum of RGB (Red+Green+Blue) = 74+39+160=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A27A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A27A0 is #B5D85F. Grayscale: #3E3E3E. Windows color (decimal): -11917408 or 10495818. OLE color: 10495818.
HSL color Cylindrical-coordinate representation of color #4A27A0: hue angle of 257.36º 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 #4A27A0 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 39 | 160 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.37 |
| HSL | 257.36º | 0.61% | 0.39% | - |
| HSV(B) | 257.36º | 0.76% | 0.63% | - |
| XYZ | 9.89 | 5.44 | 33.79 | - |
| YUV | 63.26 | 182.6 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 160 | 0.54 | 0.76 | 0 | 0.37 | 257.36 | 0.61 | 0.39 |
| Hex | 4A | 27 | A0 | 36 | 4C | 0 | 25 | 101 | 3D | 27 |
| Octal | 112 | 47 | 240 | 66 | 114 | 0 | 45 | 401 | 75 | 47 |
| Binary | 1001010 | 100111 | 10100000 | 110110 | 1001100 | 0 | 100101 | 100000001 | 111101 | 100111 |
Color Harmonies of #4A27A0
Complementary color
Monochromatic Colors of #4A27A0
Black with #4A27A0
Text Example
Text Example
White with #4A27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A27A0; }
p { color: rgb(74,39,160); }
H1.HeaderClassName
{
color: #4A27A0;
}
.AnyTagClassName
{
color: #4A27A0;
}
</style>
background-color css
<style>
a { background-color: #4A27A0; }
a { background-color: rgb(74,39,160); }
div.DivClassName
{
background-color: #4A27A0;
}
.BgClassName
{
background-color: #4A27A0;
}
</style>
border-color css
<style>
span { border-color: #4A27A0; }
span { border-color: rgb(74,39,160); }
td.TdClassName
{
border-color: #4A27A0;
}
.TagClassName
{
border-color: #4A27A0;
}
</style>