Html Css Color HEX #29205E Paris M

📋 copy color: '#29205E'

red 41 ◦ green 32 ◦ blue 94

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

Shades of Paris M #29205E

Tints of Paris M #29205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 94 (37.11% from 255) = 56.29%

R = 24.55%
G = 19.16%
B = 56.29%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29205E (or 0x29205E) is known color: Paris M. HEX triplet: 29, 20 and 5E. RGB value is (41,32,94). Sum of RGB (Red+Green+Blue) = 41+32+94=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #29205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29205E is #D6DFA1. Grayscale: #292929. Windows color (decimal): -14081954 or 6168617. OLE color: 6168617.

HSL color Cylindrical-coordinate representation of color #29205E: hue angle of 248.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29205E is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 32 94 -
CMYK 0.56 0.66 0 0.63
HSL 248.71º 0.49% 0.25% -
HSV(B) 248.71º 0.66% 0.37% -
XYZ 3.45 2.31 10.85 -
YUV 41.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 41 32 94 0.56 0.66 0 0.63 248.71 0.49 0.25
Hex 29 20 5E 38 42 0 3F F9 31 19
Octal 51 40 136 70 102 0 77 371 61 31
Binary 101001 100000 1011110 111000 1000010 0 111111 11111001 110001 11001

Color Harmonies of #29205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29205E

Black with #29205E

Text Example


Text Example

White with #29205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29205E; }

 p { color: rgb(41,32,94); }

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

background-color css

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

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

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

border-color css

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

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

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