Shades of Egyptian Blue #27299F
Tints of Egyptian Blue #27299F
RGB
CMYK
RGB Variations
Color information
#27299F (or 0x27299F) is known color: Egyptian Blue. HEX triplet: 27, 29 and 9F. RGB value is (39,41,159). Sum of RGB (Red+Green+Blue) = 39+41+159=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #27299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27299F is #D8D660. Grayscale: #353535. Windows color (decimal): -14210657 or 10430759. OLE color: 10430759.
HSL color Cylindrical-coordinate representation of color #27299F: hue angle of 239º 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 #27299F is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 41 | 159 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.38 |
| HSL | 239º | 0.61% | 0.39% | - |
| HSV(B) | 239º | 0.75% | 0.62% | - |
| XYZ | 7.89 | 4.52 | 33.26 | - |
| YUV | 53.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 159 | 0.75 | 0.74 | 0 | 0.38 | 239 | 0.61 | 0.39 |
| Hex | 27 | 29 | 9F | 4B | 4A | 0 | 26 | EF | 3D | 27 |
| Octal | 47 | 51 | 237 | 113 | 112 | 0 | 46 | 357 | 75 | 47 |
| Binary | 100111 | 101001 | 10011111 | 1001011 | 1001010 | 0 | 100110 | 11101111 | 111101 | 100111 |
Color Harmonies of #27299F
Complementary color
Monochromatic Colors of #27299F
Black with #27299F
Text Example
Text Example
White with #27299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27299F; }
p { color: rgb(39,41,159); }
H1.HeaderClassName
{
color: #27299F;
}
.AnyTagClassName
{
color: #27299F;
}
</style>
background-color css
<style>
a { background-color: #27299F; }
a { background-color: rgb(39,41,159); }
div.DivClassName
{
background-color: #27299F;
}
.BgClassName
{
background-color: #27299F;
}
</style>
border-color css
<style>
span { border-color: #27299F; }
span { border-color: rgb(39,41,159); }
td.TdClassName
{
border-color: #27299F;
}
.TagClassName
{
border-color: #27299F;
}
</style>