Shades of Egyptian Blue #29299E
Tints of Egyptian Blue #29299E
RGB
CMYK
RGB Variations
Color information
#29299E (or 0x29299E) is known color: Egyptian Blue. HEX triplet: 29, 29 and 9E. RGB value is (41,41,158). Sum of RGB (Red+Green+Blue) = 41+41+158=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #29299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29299E is #D6D661. Grayscale: #353535. Windows color (decimal): -14079586 or 10365225. OLE color: 10365225.
HSL color Cylindrical-coordinate representation of color #29299E: hue angle of 240º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29299E is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 41 | 158 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.38 |
| HSL | 240º | 0.59% | 0.39% | - |
| HSV(B) | 240º | 0.74% | 0.62% | - |
| XYZ | 7.88 | 4.53 | 32.81 | - |
| YUV | 54.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 158 | 0.74 | 0.74 | 0 | 0.38 | 240 | 0.59 | 0.39 |
| Hex | 29 | 29 | 9E | 4A | 4A | 0 | 26 | F0 | 3B | 27 |
| Octal | 51 | 51 | 236 | 112 | 112 | 0 | 46 | 360 | 73 | 47 |
| Binary | 101001 | 101001 | 10011110 | 1001010 | 1001010 | 0 | 100110 | 11110000 | 111011 | 100111 |
Color Harmonies of #29299E
Complementary color
Monochromatic Colors of #29299E
Black with #29299E
Text Example
Text Example
White with #29299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29299E; }
p { color: rgb(41,41,158); }
H1.HeaderClassName
{
color: #29299E;
}
.AnyTagClassName
{
color: #29299E;
}
</style>
background-color css
<style>
a { background-color: #29299E; }
a { background-color: rgb(41,41,158); }
div.DivClassName
{
background-color: #29299E;
}
.BgClassName
{
background-color: #29299E;
}
</style>
border-color css
<style>
span { border-color: #29299E; }
span { border-color: rgb(41,41,158); }
td.TdClassName
{
border-color: #29299E;
}
.TagClassName
{
border-color: #29299E;
}
</style>