#29175C

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

Shades of Paris M #29175C

Tints of Paris M #29175C

Color information

#29175C (or 0x29175C) is unknown color: approx Paris M. HEX triplet: 29, 17 and 5C. RGB value is (41,23,92). Sum of RGB (Red+Green+Blue) = 41+23+92=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #29175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29175C is #D6E8A3. Grayscale: #232323. Windows color (decimal): -14084260 or 6035241. OLE color: 6035241.

HSL color Cylindrical-coordinate representation of color #29175C: hue angle of 255.65º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29175C is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB412392-
CMYK0.550.7500.64
HSL255.65º60%22.55%-
HSV(B)255.65º75%36.08%-
XYZ3.151.8610.32-
YUV36.25159.46131.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=26.28%
G=14.74%
B=58.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4123920.550.7500.64255.656022.55
Hex29175C374B0401003c17
Octal51271346711301004007427
Binary10100110111101110011011110010110100000010000000011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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