Html Css Color HEX #29259F Egyptian Blue

📋 copy color: '#29259F'

red 41 ◦ green 37 ◦ blue 159

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

Shades of Egyptian Blue #29259F

Tints of Egyptian Blue #29259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 17.3%
G = 15.61%
B = 67.09%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29259F (or 0x29259F) is known color: Egyptian Blue. HEX triplet: 29, 25 and 9F. RGB value is (41,37,159). Sum of RGB (Red+Green+Blue) = 41+37+159=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #29259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29259F is #D6DA60. Grayscale: #333333. Windows color (decimal): -14080609 or 10429737. OLE color: 10429737.

HSL color Cylindrical-coordinate representation of color #29259F: hue angle of 241.97º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29259F is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 37 159 -
CMYK 0.74 0.77 0 0.38
HSL 241.97º 0.62% 0.38% -
HSV(B) 241.97º 0.77% 0.62% -
XYZ 7.83 4.3 33.22 -
YUV 52.1 188.33 120.08 -
System Red Green Blue C M Y K H S L
Decimal 41 37 159 0.74 0.77 0 0.38 241.97 0.62 0.38
Hex 29 25 9F 4A 4D 0 26 F2 3E 26
Octal 51 45 237 112 115 0 46 362 76 46
Binary 101001 100101 10011111 1001010 1001101 0 100110 11110010 111110 100110

Color Harmonies of #29259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29259F

Black with #29259F

Text Example


Text Example

White with #29259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29259F; }

 p { color: rgb(41,37,159); }

 H1.HeaderClassName
 {
   color: #29259F;
 }
 .AnyTagClassName
 {
   color: #29259F;
 }
</style>

background-color css

<style>
 a { background-color: #29259F; }

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

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

border-color css

<style>
 span { border-color: #29259F; }

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

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