Html Css Color HEX #29289D Egyptian Blue

📋 copy color: '#29289D'

red 41 ◦ green 40 ◦ blue 157

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

Shades of Egyptian Blue #29289D

Tints of Egyptian Blue #29289D

RGB

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

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

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

R = 17.23%
G = 16.81%
B = 65.97%

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

#29289D (or 0x29289D) is known color: Egyptian Blue. HEX triplet: 29, 28 and 9D. RGB value is (41,40,157). Sum of RGB (Red+Green+Blue) = 41+40+157=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #29289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29289D is #D6D762. Grayscale: #353535. Windows color (decimal): -14079843 or 10299433. OLE color: 10299433.

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

Color convert

RGB 41 40 157 -
CMYK 0.74 0.75 0 0.38
HSL 240.51º 0.59% 0.39% -
HSV(B) 240.51º 0.75% 0.62% -
XYZ 7.76 4.42 32.34 -
YUV 53.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 41 40 157 0.74 0.75 0 0.38 240.51 0.59 0.39
Hex 29 28 9D 4A 4B 0 26 F1 3B 27
Octal 51 50 235 112 113 0 46 361 73 47
Binary 101001 101000 10011101 1001010 1001011 0 100110 11110001 111011 100111

Color Harmonies of #29289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29289D

Black with #29289D

Text Example


Text Example

White with #29289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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