Shades of Egyptian Blue #29299A
Tints of Egyptian Blue #29299A
RGB
CMYK
RGB Variations
Color information
#29299A (or 0x29299A) is known color: Egyptian Blue. HEX triplet: 29, 29 and 9A. RGB value is (41,41,154). Sum of RGB (Red+Green+Blue) = 41+41+154=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #29299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29299A is #D6D665. Grayscale: #353535. Windows color (decimal): -14079590 or 10103081. OLE color: 10103081.
HSL color Cylindrical-coordinate representation of color #29299A: hue angle of 240º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29299A is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 41 | 154 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.40 |
| HSL | 240º | 0.58% | 0.38% | - |
| HSV(B) | 240º | 0.73% | 0.6% | - |
| XYZ | 7.54 | 4.39 | 31.02 | - |
| YUV | 53.88 | 184.5 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 154 | 0.73 | 0.73 | 0 | 0.40 | 240 | 0.58 | 0.38 |
| Hex | 29 | 29 | 9A | 49 | 49 | 0 | 28 | F0 | 3A | 26 |
| Octal | 51 | 51 | 232 | 111 | 111 | 0 | 50 | 360 | 72 | 46 |
| Binary | 101001 | 101001 | 10011010 | 1001001 | 1001001 | 0 | 101000 | 11110000 | 111010 | 100110 |
Color Harmonies of #29299A
Complementary color
Monochromatic Colors of #29299A
Black with #29299A
Text Example
Text Example
White with #29299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29299A; }
p { color: rgb(41,41,154); }
H1.HeaderClassName
{
color: #29299A;
}
.AnyTagClassName
{
color: #29299A;
}
</style>
background-color css
<style>
a { background-color: #29299A; }
a { background-color: rgb(41,41,154); }
div.DivClassName
{
background-color: #29299A;
}
.BgClassName
{
background-color: #29299A;
}
</style>
border-color css
<style>
span { border-color: #29299A; }
span { border-color: rgb(41,41,154); }
td.TdClassName
{
border-color: #29299A;
}
.TagClassName
{
border-color: #29299A;
}
</style>