#29226B

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

Shades of Paris M #29226B

Tints of Paris M #29226B

Color information

#29226B (or 0x29226B) is unknown color: approx Paris M. HEX triplet: 29, 22 and 6B. RGB value is (41,34,107). Sum of RGB (Red+Green+Blue) = 41+34+107=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #29226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29226B is #D6DD94. Grayscale: #2C2C2C. Windows color (decimal): -14081429 or 7021097. OLE color: 7021097.

HSL color Cylindrical-coordinate representation of color #29226B: hue angle of 245.75º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29226B is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4134107-
CMYK0.620.6800.58
HSL245.75º51.77%27.65%-
HSV(B)245.75º68.22%41.96%-
XYZ4.142.6814.21-
YUV44.42163.32125.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 107 (42.19% from 255) = 58.79%
R=22.53%
G=18.68%
B=58.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41341070.620.6800.58245.7551.7727.65
Hex29226B3E4403Af6341c
Octal5142153761040723666434
Binary1010011000101101011111110100010001110101111011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29226B; }

 p { color: rgb(41,34,107); }

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

<style>
 a { background-color: #29226B; }

 a { background-color: rgb(41,34,107); }

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

<style>
 span { border-color: #29226B; }

 span { border-color: rgb(41,34,107); }

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