Html Css Color HEX #29299B Egyptian Blue

📋 copy color: '#29299B'

red 41 ◦ green 41 ◦ blue 155

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

Shades of Egyptian Blue #29299B

Tints of Egyptian Blue #29299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 17.3%
G = 17.3%
B = 65.4%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29299B (or 0x29299B) is known color: Egyptian Blue. HEX triplet: 29, 29 and 9B. RGB value is (41,41,155). Sum of RGB (Red+Green+Blue) = 41+41+155=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #29299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29299B is #D6D664. Grayscale: #353535. Windows color (decimal): -14079589 or 10168617. OLE color: 10168617.

HSL color Cylindrical-coordinate representation of color #29299B: hue angle of 240º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29299B is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 41 155 -
CMYK 0.74 0.74 0 0.39
HSL 240º 0.58% 0.38% -
HSV(B) 240º 0.74% 0.61% -
XYZ 7.62 4.42 31.46 -
YUV 54 185 118.73 -
System Red Green Blue C M Y K H S L
Decimal 41 41 155 0.74 0.74 0 0.39 240 0.58 0.38
Hex 29 29 9B 4A 4A 0 27 F0 3A 26
Octal 51 51 233 112 112 0 47 360 72 46
Binary 101001 101001 10011011 1001010 1001010 0 100111 11110000 111010 100110

Color Harmonies of #29299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29299B

Black with #29299B

Text Example


Text Example

White with #29299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29299B; }

 p { color: rgb(41,41,155); }

 H1.HeaderClassName
 {
   color: #29299B;
 }
 .AnyTagClassName
 {
   color: #29299B;
 }
</style>

background-color css

<style>
 a { background-color: #29299B; }

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

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

border-color css

<style>
 span { border-color: #29299B; }

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

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