#29175F

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

Shades of Paris M #29175F

Tints of Paris M #29175F

Color information

#29175F (or 0x29175F) is unknown color: approx Paris M. HEX triplet: 29, 17 and 5F. RGB value is (41,23,95). Sum of RGB (Red+Green+Blue) = 41+23+95=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #29175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29175F is #D6E8A0. Grayscale: #242424. Windows color (decimal): -14084257 or 6231849. OLE color: 6231849.

HSL color Cylindrical-coordinate representation of color #29175F: hue angle of 255º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29175F is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB412395-
CMYK0.570.7600.63
HSL255º61.02%23.14%-
HSV(B)255º75.79%37.25%-
XYZ3.291.9111.02-
YUV36.59160.96131.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 95 (37.5% from 255) = 59.75%
R=25.79%
G=14.47%
B=59.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4123950.570.7600.6325561.0223.14
Hex29175F394C03Fff3d17
Octal5127137711140773777527
Binary101001101111011111111001100110001111111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29175F; }

 p { color: rgb(41,23,95); }

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

<style>
 a { background-color: #29175F; }

 a { background-color: rgb(41,23,95); }

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

<style>
 span { border-color: #29175F; }

 span { border-color: rgb(41,23,95); }

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