#29205C

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

Shades of Paris M #29205C

Tints of Paris M #29205C

Color information

#29205C (or 0x29205C) is unknown color: approx Paris M. HEX triplet: 29, 20 and 5C. RGB value is (41,32,92). Sum of RGB (Red+Green+Blue) = 41+32+92=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #29205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29205C is #D6DFA3. Grayscale: #292929. Windows color (decimal): -14081956 or 6037545. OLE color: 6037545.

HSL color Cylindrical-coordinate representation of color #29205C: hue angle of 249º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29205C is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB413292-
CMYK0.550.6500.64
HSL249º48.39%24.31%-
HSV(B)249º65.22%36.08%-
XYZ3.362.2810.39-
YUV41.53156.48127.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 92 (36.33% from 255) = 55.76%
R=24.85%
G=19.39%
B=55.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4132920.550.6500.6424948.3924.31
Hex29205C3741040f93018
Octal51401346710101003716030
Binary10100110000010111001101111000001010000001111100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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