#291764

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

Shades of Paris M #291764

Tints of Paris M #291764

Color information

#291764 (or 0x291764) is unknown color: approx Paris M. HEX triplet: 29, 17 and 64. RGB value is (41,23,100). Sum of RGB (Red+Green+Blue) = 41+23+100=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 100 (39.45% from 255 or 60.98% from 164); Max value from RGB is 100 - color contains mainly: blue. Hex color #291764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291764 is #D6E89B. Grayscale: #242424. Windows color (decimal): -14084252 or 6559529. OLE color: 6559529.

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

Color convert

RGB4123100-
CMYK0.590.7700.61
HSL254.03º62.6%24.12%-
HSV(B)254.03º77%39.22%-
XYZ3.52212.26-
YUV37.16163.46130.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 100 (39.45% from 255) = 60.98%
R=25%
G=14.02%
B=60.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41231000.590.7700.61254.0362.624.12
Hex2917643B4D03Dfe3f18
Octal5127144731150753767730
Binary101001101111100100111011100110101111011111111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291764; }

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

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

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

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

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

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

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

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