#292764

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

Shades of Paris M #292764

Tints of Paris M #292764

Color information

#292764 (or 0x292764) is unknown color: approx Paris M. HEX triplet: 29, 27 and 64. RGB value is (41,39,100). Sum of RGB (Red+Green+Blue) = 41+39+100=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #292764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292764 is #D6D89B. Grayscale: #2E2E2E. Windows color (decimal): -14080156 or 6563625. OLE color: 6563625.

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

Color convert

RGB4139100-
CMYK0.590.6100.61
HSL241.97º43.88%27.25%-
HSV(B)241.97º61%39.22%-
XYZ3.942.8412.4-
YUV46.55158.16124.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 100 (39.45% from 255) = 55.56%
R=22.78%
G=21.67%
B=55.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41391000.590.6100.61241.9743.8827.25
Hex2927643B3D03Df22c1b
Octal514714473750753625433
Binary101001100111110010011101111110101111011111001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292764; }

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

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

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

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

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

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

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

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