#291E5E

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

Shades of Paris M #291E5E

Tints of Paris M #291E5E

Color information

#291E5E (or 0x291E5E) is unknown color: approx Paris M. HEX triplet: 29, 1E and 5E. RGB value is (41,30,94). Sum of RGB (Red+Green+Blue) = 41+30+94=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #291E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E5E is #D6E1A1. Grayscale: #282828. Windows color (decimal): -14082466 or 6168105. OLE color: 6168105.

HSL color Cylindrical-coordinate representation of color #291E5E: hue angle of 250.31º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #291E5E is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB413094-
CMYK0.560.6800.63
HSL250.31º51.61%24.31%-
HSV(B)250.31º68.09%36.86%-
XYZ3.42.2110.84-
YUV40.58158.14128.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=24.85%
G=18.18%
B=56.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4130940.560.6800.63250.3151.6124.31
Hex291E5E384403Ffa3418
Octal5136136701040773726430
Binary101001111101011110111000100010001111111111101011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E5E; }

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

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

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

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

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

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

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

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