Html Css Color HEX #29319E Egyptian Blue

📋 copy color: '#29319E'

red 41 ◦ green 49 ◦ blue 158

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

Shades of Egyptian Blue #29319E

Tints of Egyptian Blue #29319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 158 (62.11% from 255) = 63.71%

R = 16.53%
G = 19.76%
B = 63.71%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29319E (or 0x29319E) is known color: Egyptian Blue. HEX triplet: 29, 31 and 9E. RGB value is (41,49,158). Sum of RGB (Red+Green+Blue) = 41+49+158=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #29319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29319E is #D6CE61. Grayscale: #3A3A3A. Windows color (decimal): -14077538 or 10367273. OLE color: 10367273.

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

Color convert

RGB 41 49 158 -
CMYK 0.74 0.69 0 0.38
HSL 235.9º 0.59% 0.39% -
HSV(B) 235.9º 0.74% 0.62% -
XYZ 8.18 5.14 32.91 -
YUV 59.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 41 49 158 0.74 0.69 0 0.38 235.9 0.59 0.39
Hex 29 31 9E 4A 45 0 26 EC 3B 27
Octal 51 61 236 112 105 0 46 354 73 47
Binary 101001 110001 10011110 1001010 1000101 0 100110 11101100 111011 100111

Color Harmonies of #29319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29319E

Black with #29319E

Text Example


Text Example

White with #29319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29319E; }

 p { color: rgb(41,49,158); }

 H1.HeaderClassName
 {
   color: #29319E;
 }
 .AnyTagClassName
 {
   color: #29319E;
 }
</style>

background-color css

<style>
 a { background-color: #29319E; }

 a { background-color: rgb(41,49,158); }

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

border-color css

<style>
 span { border-color: #29319E; }

 span { border-color: rgb(41,49,158); }

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