#29205E

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

Shades of Paris M #29205E

Tints of Paris M #29205E

Color information

#29205E (or 0x29205E) is unknown color: approx Paris M. HEX triplet: 29, 20 and 5E. RGB value is (41,32,94). Sum of RGB (Red+Green+Blue) = 41+32+94=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #29205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29205E is #D6DFA1. Grayscale: #292929. Windows color (decimal): -14081954 or 6168617. OLE color: 6168617.

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

Color convert

RGB413294-
CMYK0.560.6600.63
HSL248.71º49.21%24.71%-
HSV(B)248.71º65.96%36.86%-
XYZ3.452.3110.85-
YUV41.76157.48127.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=24.55%
G=19.16%
B=56.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4132940.560.6600.63248.7149.2124.71
Hex29205E384203Ff93119
Octal5140136701020773716131
Binary1010011000001011110111000100001001111111111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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