Html Css Color HEX #29279F Egyptian Blue

📋 copy color: '#29279F'

red 41 ◦ green 39 ◦ blue 159

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

Shades of Egyptian Blue #29279F

Tints of Egyptian Blue #29279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

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

R = 17.15%
G = 16.32%
B = 66.53%

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

#29279F (or 0x29279F) is known color: Egyptian Blue. HEX triplet: 29, 27 and 9F. RGB value is (41,39,159). Sum of RGB (Red+Green+Blue) = 41+39+159=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 39 (15.62% from 255 or 16.32% 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 #29279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29279F is #D6D860. Grayscale: #343434. Windows color (decimal): -14080097 or 10430249. OLE color: 10430249.

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

Color convert

RGB 41 39 159 -
CMYK 0.74 0.75 0 0.38
HSL 241º 0.61% 0.39% -
HSV(B) 241º 0.75% 0.62% -
XYZ 7.9 4.43 33.24 -
YUV 53.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 41 39 159 0.74 0.75 0 0.38 241 0.61 0.39
Hex 29 27 9F 4A 4B 0 26 F1 3D 27
Octal 51 47 237 112 113 0 46 361 75 47
Binary 101001 100111 10011111 1001010 1001011 0 100110 11110001 111101 100111

Color Harmonies of #29279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29279F

Black with #29279F

Text Example


Text Example

White with #29279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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