Html Css Color HEX #29319B Egyptian Blue

📋 copy color: '#29319B'

red 41 ◦ green 49 ◦ blue 155

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

Shades of Egyptian Blue #29319B

Tints of Egyptian Blue #29319B

RGB

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

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

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

R = 16.73%
G = 20%
B = 63.27%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29319B (or 0x29319B) is known color: Egyptian Blue. HEX triplet: 29, 31 and 9B. RGB value is (41,49,155). Sum of RGB (Red+Green+Blue) = 41+49+155=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #29319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29319B is #D6CE64. Grayscale: #3A3A3A. Windows color (decimal): -14077541 or 10170665. OLE color: 10170665.

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

Color convert

RGB 41 49 155 -
CMYK 0.74 0.68 0 0.39
HSL 235.79º 0.58% 0.38% -
HSV(B) 235.79º 0.74% 0.61% -
XYZ 7.93 5.03 31.56 -
YUV 58.69 182.35 115.38 -
System Red Green Blue C M Y K H S L
Decimal 41 49 155 0.74 0.68 0 0.39 235.79 0.58 0.38
Hex 29 31 9B 4A 44 0 27 EC 3A 26
Octal 51 61 233 112 104 0 47 354 72 46
Binary 101001 110001 10011011 1001010 1000100 0 100111 11101100 111010 100110

Color Harmonies of #29319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29319B

Black with #29319B

Text Example


Text Example

White with #29319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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