Html Css Color HEX #29205F Paris M

📋 copy color: '#29205F'

red 41 ◦ green 32 ◦ blue 95

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

Shades of Paris M #29205F

Tints of Paris M #29205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.55%

R = 24.4%
G = 19.05%
B = 56.55%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29205F (or 0x29205F) is known color: Paris M. HEX triplet: 29, 20 and 5F. RGB value is (41,32,95). Sum of RGB (Red+Green+Blue) = 41+32+95=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #29205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29205F is #D6DFA0. Grayscale: #292929. Windows color (decimal): -14081953 or 6234153. OLE color: 6234153.

HSL color Cylindrical-coordinate representation of color #29205F: hue angle of 248.57º degrees, saturation: 0.5, 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 #29205F is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 32 95 -
CMYK 0.57 0.66 0 0.63
HSL 248.57º 0.5% 0.25% -
HSV(B) 248.57º 0.66% 0.37% -
XYZ 3.5 2.33 11.09 -
YUV 41.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 41 32 95 0.57 0.66 0 0.63 248.57 0.5 0.25
Hex 29 20 5F 39 42 0 3F F9 32 19
Octal 51 40 137 71 102 0 77 371 62 31
Binary 101001 100000 1011111 111001 1000010 0 111111 11111001 110010 11001

Color Harmonies of #29205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29205F

Black with #29205F

Text Example


Text Example

White with #29205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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