#29215F

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

Shades of Paris M #29215F

Tints of Paris M #29215F

Color information

#29215F (or 0x29215F) is unknown color: approx Paris M. HEX triplet: 29, 21 and 5F. RGB value is (41,33,95). Sum of RGB (Red+Green+Blue) = 41+33+95=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #29215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29215F is #D6DEA0. Grayscale: #2A2A2A. Windows color (decimal): -14081697 or 6234409. OLE color: 6234409.

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

Color convert

RGB413395-
CMYK0.570.6500.63
HSL247.74º48.44%25.1%-
HSV(B)247.74º65.26%37.25%-
XYZ3.522.3911.1-
YUV42.46157.65126.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 95 (37.5% from 255) = 56.21%
R=24.26%
G=19.53%
B=56.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4133950.570.6500.63247.7448.4425.1
Hex29215F394103Ff83019
Octal5141137711010773706031
Binary1010011000011011111111001100000101111111111100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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