#29295F

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

Shades of Paris M #29295F

Tints of Paris M #29295F

Color information

#29295F (or 0x29295F) is unknown color: approx Paris M. HEX triplet: 29, 29 and 5F. RGB value is (41,41,95). Sum of RGB (Red+Green+Blue) = 41+41+95=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #29295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29295F is #D6D6A0. Grayscale: #2E2E2E. Windows color (decimal): -14079649 or 6236457. OLE color: 6236457.

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

Color convert

RGB414195-
CMYK0.570.5700.63
HSL240º39.71%26.67%-
HSV(B)240º56.84%37.25%-
XYZ3.772.8811.18-
YUV47.16155123.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 95 (37.5% from 255) = 53.67%
R=23.16%
G=23.16%
B=53.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4141950.570.5700.6324039.7126.67
Hex29295F393903Ff0281b
Octal515113771710773605033
Binary101001101001101111111100111100101111111111000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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