Html Css Color HEX #29205D Paris M

📋 copy color: '#29205D'

red 41 ◦ green 32 ◦ blue 93

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

Shades of Paris M #29205D

Tints of Paris M #29205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 24.7%
G = 19.28%
B = 56.02%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29205D (or 0x29205D) is known color: Paris M. HEX triplet: 29, 20 and 5D. RGB value is (41,32,93). Sum of RGB (Red+Green+Blue) = 41+32+93=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #29205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29205D is #D6DFA2. Grayscale: #292929. Windows color (decimal): -14081955 or 6103081. OLE color: 6103081.

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

Color convert

RGB 41 32 93 -
CMYK 0.56 0.66 0 0.64
HSL 248.85º 0.49% 0.25% -
HSV(B) 248.85º 0.66% 0.36% -
XYZ 3.41 2.29 10.62 -
YUV 41.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 41 32 93 0.56 0.66 0 0.64 248.85 0.49 0.25
Hex 29 20 5D 38 42 0 40 F9 31 19
Octal 51 40 135 70 102 0 100 371 61 31
Binary 101001 100000 1011101 111000 1000010 0 1000000 11111001 110001 11001

Color Harmonies of #29205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29205D

Black with #29205D

Text Example


Text Example

White with #29205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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