Html Css Color HEX #29319C Egyptian Blue

📋 copy color: '#29319C'

red 41 ◦ green 49 ◦ blue 156

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

Shades of Egyptian Blue #29319C

Tints of Egyptian Blue #29319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.41%

R = 16.67%
G = 19.92%
B = 63.41%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29319C (or 0x29319C) is known color: Egyptian Blue. HEX triplet: 29, 31 and 9C. RGB value is (41,49,156). Sum of RGB (Red+Green+Blue) = 41+49+156=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #29319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29319C is #D6CE63. Grayscale: #3A3A3A. Windows color (decimal): -14077540 or 10236201. OLE color: 10236201.

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

Color convert

RGB 41 49 156 -
CMYK 0.74 0.69 0 0.39
HSL 235.83º 0.58% 0.39% -
HSV(B) 235.83º 0.74% 0.61% -
XYZ 8.01 5.07 32.01 -
YUV 58.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 41 49 156 0.74 0.69 0 0.39 235.83 0.58 0.39
Hex 29 31 9C 4A 45 0 27 EC 3A 27
Octal 51 61 234 112 105 0 47 354 72 47
Binary 101001 110001 10011100 1001010 1000101 0 100111 11101100 111010 100111

Color Harmonies of #29319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29319C

Black with #29319C

Text Example


Text Example

White with #29319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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