Shades of Egyptian Blue #27289A
Tints of Egyptian Blue #27289A
RGB
CMYK
RGB Variations
Color information
#27289A (or 0x27289A) is known color: Egyptian Blue. HEX triplet: 27, 28 and 9A. RGB value is (39,40,154). Sum of RGB (Red+Green+Blue) = 39+40+154=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #27289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27289A is #D8D765. Grayscale: #343434. Windows color (decimal): -14210918 or 10102823. OLE color: 10102823.
HSL color Cylindrical-coordinate representation of color #27289A: hue angle of 239.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27289A is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 40 | 154 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.40 |
| HSL | 239.48º | 0.6% | 0.38% | - |
| HSV(B) | 239.48º | 0.75% | 0.6% | - |
| XYZ | 7.43 | 4.28 | 31.01 | - |
| YUV | 52.7 | 185.17 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 154 | 0.75 | 0.74 | 0 | 0.40 | 239.48 | 0.6 | 0.38 |
| Hex | 27 | 28 | 9A | 4B | 4A | 0 | 28 | EF | 3C | 26 |
| Octal | 47 | 50 | 232 | 113 | 112 | 0 | 50 | 357 | 74 | 46 |
| Binary | 100111 | 101000 | 10011010 | 1001011 | 1001010 | 0 | 101000 | 11101111 | 111100 | 100110 |
Color Harmonies of #27289A
Complementary color
Monochromatic Colors of #27289A
Black with #27289A
Text Example
Text Example
White with #27289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27289A; }
p { color: rgb(39,40,154); }
H1.HeaderClassName
{
color: #27289A;
}
.AnyTagClassName
{
color: #27289A;
}
</style>
background-color css
<style>
a { background-color: #27289A; }
a { background-color: rgb(39,40,154); }
div.DivClassName
{
background-color: #27289A;
}
.BgClassName
{
background-color: #27289A;
}
</style>
border-color css
<style>
span { border-color: #27289A; }
span { border-color: rgb(39,40,154); }
td.TdClassName
{
border-color: #27289A;
}
.TagClassName
{
border-color: #27289A;
}
</style>