#29186A

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

Shades of Paris M #29186A

Tints of Paris M #29186A

Color information

#29186A (or 0x29186A) is unknown color: approx Paris M. HEX triplet: 29, 18 and 6A. RGB value is (41,24,106). Sum of RGB (Red+Green+Blue) = 41+24+106=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #29186A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29186A is #D6E795. Grayscale: #262626. Windows color (decimal): -14083990 or 6953001. OLE color: 6953001.

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

Color convert

RGB4124106-
CMYK0.610.7700.58
HSL252.44º63.08%25.49%-
HSV(B)252.44º77.36%41.57%-
XYZ3.842.1713.85-
YUV38.43166.13129.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 106 (41.80% from 255) = 61.99%
R=23.98%
G=14.04%
B=61.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41241060.610.7700.58252.4463.0825.49
Hex29186A3D4D03Afc3f19
Octal5130152751150723747731
Binary101001110001101010111101100110101110101111110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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