#29205D

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

Shades of Paris M #29205D

Tints of Paris M #29205D

Color information

#29205D (or 0x29205D) is unknown color: approx Paris M. HEX triplet: 29, 20 and 5D. RGB value is (41,32,93). Sum of RGB (Red+Green+Blue) = 41+32+93=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #29205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29205D is #D6DFA2. Grayscale: #292929. Windows color (decimal): -14081955 or 6103081. OLE color: 6103081.

HSL color Cylindrical-coordinate representation of color #29205D: hue angle of 248.85º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29205D is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB413293-
CMYK0.560.6600.64
HSL248.85º48.8%24.51%-
HSV(B)248.85º65.59%36.47%-
XYZ3.412.2910.62-
YUV41.64156.98127.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=24.70%
G=19.28%
B=56.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4132930.560.6600.64248.8548.824.51
Hex29205D3842040f93119
Octal51401357010201003716131
Binary10100110000010111011110001000010010000001111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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