#29206E

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

Shades of Paris M #29206E

Tints of Paris M #29206E

Color information

#29206E (or 0x29206E) is unknown color: approx Paris M. HEX triplet: 29, 20 and 6E. RGB value is (41,32,110). Sum of RGB (Red+Green+Blue) = 41+32+110=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #29206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29206E is #D6DF91. Grayscale: #2B2B2B. Windows color (decimal): -14081938 or 7217193. OLE color: 7217193.

HSL color Cylindrical-coordinate representation of color #29206E: hue angle of 246.92º 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 #29206E is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4132110-
CMYK0.630.7100.57
HSL246.92º54.93%27.84%-
HSV(B)246.92º70.91%43.14%-
XYZ4.252.6315.04-
YUV43.58165.48126.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=22.40%
G=17.49%
B=60.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41321100.630.7100.57246.9254.9327.84
Hex29206E3F47039f7371c
Octal5140156771070713676734
Binary1010011000001101110111111100011101110011111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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