Html Css Color HEX #29319D Egyptian Blue

📋 copy color: '#29319D'

red 41 ◦ green 49 ◦ blue 157

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

Shades of Egyptian Blue #29319D

Tints of Egyptian Blue #29319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 16.6%
G = 19.84%
B = 63.56%

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

#29319D (or 0x29319D) is known color: Egyptian Blue. HEX triplet: 29, 31 and 9D. RGB value is (41,49,157). Sum of RGB (Red+Green+Blue) = 41+49+157=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #29319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29319D is #D6CE62. Grayscale: #3A3A3A. Windows color (decimal): -14077539 or 10301737. OLE color: 10301737.

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

Color convert

RGB 41 49 157 -
CMYK 0.74 0.69 0 0.38
HSL 235.86º 0.59% 0.39% -
HSV(B) 235.86º 0.74% 0.62% -
XYZ 8.1 5.1 32.46 -
YUV 58.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 41 49 157 0.74 0.69 0 0.38 235.86 0.59 0.39
Hex 29 31 9D 4A 45 0 26 EC 3B 27
Octal 51 61 235 112 105 0 46 354 73 47
Binary 101001 110001 10011101 1001010 1000101 0 100110 11101100 111011 100111

Color Harmonies of #29319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29319D

Black with #29319D

Text Example


Text Example

White with #29319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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