#29206D

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

Shades of Paris M #29206D

Tints of Paris M #29206D

Color information

#29206D (or 0x29206D) is unknown color: approx Paris M. HEX triplet: 29, 20 and 6D. RGB value is (41,32,109). Sum of RGB (Red+Green+Blue) = 41+32+109=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #29206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29206D is #D6DF92. Grayscale: #2B2B2B. Windows color (decimal): -14081939 or 7151657. OLE color: 7151657.

HSL color Cylindrical-coordinate representation of color #29206D: hue angle of 247.01º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29206D is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4132109-
CMYK0.620.7100.57
HSL247.01º54.61%27.65%-
HSV(B)247.01º70.64%42.75%-
XYZ4.192.6114.75-
YUV43.47164.98126.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=22.53%
G=17.58%
B=59.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41321090.620.7100.57247.0154.6127.65
Hex29206D3E47039f7371c
Octal5140155761070713676734
Binary1010011000001101101111110100011101110011111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29206D;
 }
 .AnyTagClassName
 {
   color: #29206D;
 }
</style>
background-color css

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

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

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

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

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

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