Html Css Color HEX #292899 Egyptian Blue

📋 copy color: '#292899'

red 41 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #292899

Tints of Egyptian Blue #292899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 17.52%
G = 17.09%
B = 65.38%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#292899 (or 0x292899) is known color: Egyptian Blue. HEX triplet: 29, 28 and 99. RGB value is (41,40,153). Sum of RGB (Red+Green+Blue) = 41+40+153=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #292899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292899 is #D6D766. Grayscale: #343434. Windows color (decimal): -14079847 or 10037289. OLE color: 10037289.

HSL color Cylindrical-coordinate representation of color #292899: hue angle of 240.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #292899 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 40 153 -
CMYK 0.73 0.74 0 0.4
HSL 240.53º 0.59% 0.38% -
HSV(B) 240.53º 0.74% 0.6% -
XYZ 7.42 4.29 30.57 -
YUV 53.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 41 40 153 0.73 0.74 0 0.4 240.53 0.59 0.38
Hex 29 28 99 49 4A 0 28 F1 3B 26
Octal 51 50 231 111 112 0 50 361 73 46
Binary 101001 101000 10011001 1001001 1001010 0 101000 11110001 111011 100110

Color Harmonies of #292899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292899

Black with #292899

Text Example


Text Example

White with #292899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292899; }

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

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

background-color css

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

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

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

border-color css

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

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

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