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