Shades of Egyptian Blue #27289F
Tints of Egyptian Blue #27289F
RGB
CMYK
RGB Variations
Color information
#27289F (or 0x27289F) is known color: Egyptian Blue. HEX triplet: 27, 28 and 9F. RGB value is (39,40,159). Sum of RGB (Red+Green+Blue) = 39+40+159=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #27289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27289F is #D8D760. Grayscale: #343434. Windows color (decimal): -14210913 or 10430503. OLE color: 10430503.
HSL color Cylindrical-coordinate representation of color #27289F: hue angle of 239.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27289F is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 40 | 159 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.38 |
| HSL | 239.5º | 0.61% | 0.39% | - |
| HSV(B) | 239.5º | 0.75% | 0.62% | - |
| XYZ | 7.85 | 4.45 | 33.25 | - |
| YUV | 53.27 | 187.67 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 159 | 0.75 | 0.75 | 0 | 0.38 | 239.5 | 0.61 | 0.39 |
| Hex | 27 | 28 | 9F | 4B | 4B | 0 | 26 | F0 | 3D | 27 |
| Octal | 47 | 50 | 237 | 113 | 113 | 0 | 46 | 360 | 75 | 47 |
| Binary | 100111 | 101000 | 10011111 | 1001011 | 1001011 | 0 | 100110 | 11110000 | 111101 | 100111 |
Color Harmonies of #27289F
Complementary color
Monochromatic Colors of #27289F
Black with #27289F
Text Example
Text Example
White with #27289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27289F; }
p { color: rgb(39,40,159); }
H1.HeaderClassName
{
color: #27289F;
}
.AnyTagClassName
{
color: #27289F;
}
</style>
background-color css
<style>
a { background-color: #27289F; }
a { background-color: rgb(39,40,159); }
div.DivClassName
{
background-color: #27289F;
}
.BgClassName
{
background-color: #27289F;
}
</style>
border-color css
<style>
span { border-color: #27289F; }
span { border-color: rgb(39,40,159); }
td.TdClassName
{
border-color: #27289F;
}
.TagClassName
{
border-color: #27289F;
}
</style>