#29216D

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

Shades of Paris M #29216D

Tints of Paris M #29216D

Color information

#29216D (or 0x29216D) is unknown color: approx Paris M. HEX triplet: 29, 21 and 6D. RGB value is (41,33,109). Sum of RGB (Red+Green+Blue) = 41+33+109=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #29216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29216D is #D6DE92. Grayscale: #2B2B2B. Windows color (decimal): -14081683 or 7151913. OLE color: 7151913.

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

Color convert

RGB4133109-
CMYK0.620.7000.57
HSL246.32º53.52%27.84%-
HSV(B)246.32º69.72%42.75%-
XYZ4.222.6614.76-
YUV44.06164.65125.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 109 (42.97% from 255) = 59.56%
R=22.40%
G=18.03%
B=59.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41331090.620.7000.57246.3253.5227.84
Hex29216D3E46039f6361c
Octal5141155761060713666634
Binary1010011000011101101111110100011001110011111011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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