#29205F

Color #29205F Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #29205F

Tints of Paris M #29205F

Color information

#29205F (or 0x29205F) is unknown color: approx 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

RGB413295-
CMYK0.570.6600.63
HSL248.57º49.61%24.9%-
HSV(B)248.57º66.32%37.25%-
XYZ3.52.3311.09-
YUV41.87157.98127.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 95 (37.5% from 255) = 56.55%
R=24.40%
G=19.05%
B=56.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4132950.570.6600.63248.5749.6124.9
Hex29205F394203Ff93219
Octal5140137711020773716231
Binary1010011000001011111111001100001001111111111100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>