#292864

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

Shades of Paris M #292864

Tints of Paris M #292864

Color information

#292864 (or 0x292864) is unknown color: approx Paris M. HEX triplet: 29, 28 and 64. RGB value is (41,40,100). Sum of RGB (Red+Green+Blue) = 41+40+100=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #292864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292864 is #D6D79B. Grayscale: #2E2E2E. Windows color (decimal): -14079900 or 6563881. OLE color: 6563881.

HSL color Cylindrical-coordinate representation of color #292864: hue angle of 241º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #292864 is Cyan = 0.59, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4140100-
CMYK0.590.600.61
HSL241º42.86%27.45%-
HSV(B)241º60%39.22%-
XYZ3.972.9112.41-
YUV47.14157.83123.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 100 (39.45% from 255) = 55.25%
R=22.65%
G=22.10%
B=55.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41401000.590.600.6124142.8627.45
Hex2928643B3C03Df12b1b
Octal515014473740753615333
Binary101001101000110010011101111110001111011111000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292864; }

 p { color: rgb(41,40,100); }

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

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

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

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

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

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

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