Shades of Egyptian Blue #2A27A0
Tints of Egyptian Blue #2A27A0
RGB
CMYK
RGB Variations
Color information
#2A27A0 (or 0x2A27A0) is known color: Egyptian Blue. HEX triplet: 2A, 27 and A0. RGB value is (42,39,160). Sum of RGB (Red+Green+Blue) = 42+39+160=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #2A27A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A27A0 is #D5D85F. Grayscale: #353535. Windows color (decimal): -14014560 or 10495786. OLE color: 10495786.
HSL color Cylindrical-coordinate representation of color #2A27A0: hue angle of 241.49º 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 #2A27A0 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 39 | 160 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.37 |
| HSL | 241.49º | 0.61% | 0.39% | - |
| HSV(B) | 241.49º | 0.76% | 0.63% | - |
| XYZ | 8.03 | 4.48 | 33.7 | - |
| YUV | 53.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 160 | 0.74 | 0.76 | 0 | 0.37 | 241.49 | 0.61 | 0.39 |
| Hex | 2A | 27 | A0 | 4A | 4C | 0 | 25 | F1 | 3D | 27 |
| Octal | 52 | 47 | 240 | 112 | 114 | 0 | 45 | 361 | 75 | 47 |
| Binary | 101010 | 100111 | 10100000 | 1001010 | 1001100 | 0 | 100101 | 11110001 | 111101 | 100111 |
Color Harmonies of #2A27A0
Complementary color
Monochromatic Colors of #2A27A0
Black with #2A27A0
Text Example
Text Example
White with #2A27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A27A0; }
p { color: rgb(42,39,160); }
H1.HeaderClassName
{
color: #2A27A0;
}
.AnyTagClassName
{
color: #2A27A0;
}
</style>
background-color css
<style>
a { background-color: #2A27A0; }
a { background-color: rgb(42,39,160); }
div.DivClassName
{
background-color: #2A27A0;
}
.BgClassName
{
background-color: #2A27A0;
}
</style>
border-color css
<style>
span { border-color: #2A27A0; }
span { border-color: rgb(42,39,160); }
td.TdClassName
{
border-color: #2A27A0;
}
.TagClassName
{
border-color: #2A27A0;
}
</style>