#29216B

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

Shades of Paris M #29216B

Tints of Paris M #29216B

Color information

#29216B (or 0x29216B) is unknown color: approx Paris M. HEX triplet: 29, 21 and 6B. RGB value is (41,33,107). Sum of RGB (Red+Green+Blue) = 41+33+107=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #29216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29216B is #D6DE94. Grayscale: #2B2B2B. Windows color (decimal): -14081685 or 7020841. OLE color: 7020841.

HSL color Cylindrical-coordinate representation of color #29216B: hue angle of 246.49º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29216B is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4133107-
CMYK0.620.6900.58
HSL246.49º52.86%27.45%-
HSV(B)246.49º69.16%41.96%-
XYZ4.112.6214.2-
YUV43.83163.65125.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 107 (42.19% from 255) = 59.12%
R=22.65%
G=18.23%
B=59.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41331070.620.6900.58246.4952.8627.45
Hex29216B3E4503Af6351b
Octal5141153761050723666533
Binary1010011000011101011111110100010101110101111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29216B; }

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

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

<style>
 a { background-color: #29216B; }

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

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

<style>
 span { border-color: #29216B; }

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

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