#29236A

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

Shades of Paris M #29236A

Tints of Paris M #29236A

Color information

#29236A (or 0x29236A) is unknown color: approx Paris M. HEX triplet: 29, 23 and 6A. RGB value is (41,35,106). Sum of RGB (Red+Green+Blue) = 41+35+106=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #29236A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29236A is #D6DC95. Grayscale: #2C2C2C. Windows color (decimal): -14081174 or 6955817. OLE color: 6955817.

HSL color Cylindrical-coordinate representation of color #29236A: hue angle of 245.07º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29236A is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4135106-
CMYK0.610.6700.58
HSL245.07º50.35%27.65%-
HSV(B)245.07º66.98%41.57%-
XYZ4.122.7113.94-
YUV44.89162.49125.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 106 (41.80% from 255) = 58.24%
R=22.53%
G=19.23%
B=58.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41351060.610.6700.58245.0750.3527.65
Hex29236A3D4303Af5321c
Octal5143152751030723656234
Binary1010011000111101010111101100001101110101111010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29236A; }

 p { color: rgb(41,35,106); }

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

<style>
 a { background-color: #29236A; }

 a { background-color: rgb(41,35,106); }

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

<style>
 span { border-color: #29236A; }

 span { border-color: rgb(41,35,106); }

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