#29165E

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

Shades of Paris M #29165E

Tints of Paris M #29165E

Color information

#29165E (or 0x29165E) is unknown color: approx Paris M. HEX triplet: 29, 16 and 5E. RGB value is (41,22,94). Sum of RGB (Red+Green+Blue) = 41+22+94=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #29165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29165E is #D6E9A1. Grayscale: #232323. Windows color (decimal): -14084514 or 6166057. OLE color: 6166057.

HSL color Cylindrical-coordinate representation of color #29165E: hue angle of 255.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29165E is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB412294-
CMYK0.560.7700.63
HSL255.83º62.07%22.75%-
HSV(B)255.83º76.6%36.86%-
XYZ3.221.8510.78-
YUV35.89160.79131.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 94 (37.11% from 255) = 59.87%
R=26.11%
G=14.01%
B=59.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4122940.560.7700.63255.8362.0722.75
Hex29165E384D03F1003e17
Octal5126136701150774007627
Binary1010011011010111101110001001101011111110000000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29165E; }

 p { color: rgb(41,22,94); }

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

<style>
 a { background-color: #29165E; }

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

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

<style>
 span { border-color: #29165E; }

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

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