Html Css Color HEX #29289F Egyptian Blue

📋 copy color: '#29289F'

red 41 ◦ green 40 ◦ blue 159

#29289F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #29289F

Tints of Egyptian Blue #29289F

RGB

 RED value IS 41 (16.41% from 255) = 17.08%

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 17.08%
G = 16.67%
B = 66.25%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#29289F (or 0x29289F) is known color: Egyptian Blue. HEX triplet: 29, 28 and 9F. RGB value is (41,40,159). Sum of RGB (Red+Green+Blue) = 41+40+159=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #29289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29289F is #D6D760. Grayscale: #353535. Windows color (decimal): -14079841 or 10430505. OLE color: 10430505.

HSL color Cylindrical-coordinate representation of color #29289F: hue angle of 240.5º degrees, saturation: 0.6, 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 #29289F is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 40 159 -
CMYK 0.74 0.75 0 0.38
HSL 240.5º 0.6% 0.39% -
HSV(B) 240.5º 0.75% 0.62% -
XYZ 7.93 4.49 33.25 -
YUV 53.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 41 40 159 0.74 0.75 0 0.38 240.5 0.6 0.39
Hex 29 28 9F 4A 4B 0 26 F1 3C 27
Octal 51 50 237 112 113 0 46 361 74 47
Binary 101001 101000 10011111 1001010 1001011 0 100110 11110001 111100 100111

Color Harmonies of #29289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29289F

Black with #29289F

Text Example


Text Example

White with #29289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29289F; }

 p { color: rgb(41,40,159); }

 H1.HeaderClassName
 {
   color: #29289F;
 }
 .AnyTagClassName
 {
   color: #29289F;
 }
</style>

background-color css

<style>
 a { background-color: #29289F; }

 a { background-color: rgb(41,40,159); }

 div.DivClassName
 {
   background-color: #29289F;
 }
 .BgClassName
 {
   background-color: #29289F;
 }
</style>

border-color css

<style>
 span { border-color: #29289F; }

 span { border-color: rgb(41,40,159); }

 td.TdClassName
 {
   border-color: #29289F;
 }
 .TagClassName
 {
   border-color: #29289F;
 }
</style>