Html Css Color HEX #29205C Paris M

📋 copy color: '#29205C'

red 41 ◦ green 32 ◦ blue 92

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

Shades of Paris M #29205C

Tints of Paris M #29205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.76%

R = 24.85%
G = 19.39%
B = 55.76%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29205C (or 0x29205C) is known color: Paris M. HEX triplet: 29, 20 and 5C. RGB value is (41,32,92). Sum of RGB (Red+Green+Blue) = 41+32+92=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #29205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29205C is #D6DFA3. Grayscale: #292929. Windows color (decimal): -14081956 or 6037545. OLE color: 6037545.

HSL color Cylindrical-coordinate representation of color #29205C: hue angle of 249º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29205C is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 32 92 -
CMYK 0.55 0.65 0 0.64
HSL 249º 0.48% 0.24% -
HSV(B) 249º 0.65% 0.36% -
XYZ 3.36 2.28 10.39 -
YUV 41.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 41 32 92 0.55 0.65 0 0.64 249 0.48 0.24
Hex 29 20 5C 37 41 0 40 F9 30 18
Octal 51 40 134 67 101 0 100 371 60 30
Binary 101001 100000 1011100 110111 1000001 0 1000000 11111001 110000 11000

Color Harmonies of #29205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29205C

Black with #29205C

Text Example


Text Example

White with #29205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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