#291B5E

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

Shades of Paris M #291B5E

Tints of Paris M #291B5E

Color information

#291B5E (or 0x291B5E) is unknown color: approx Paris M. HEX triplet: 29, 1B and 5E. RGB value is (41,27,94). Sum of RGB (Red+Green+Blue) = 41+27+94=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #291B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B5E is #D6E4A1. Grayscale: #262626. Windows color (decimal): -14083234 or 6167337. OLE color: 6167337.

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

Color convert

RGB412794-
CMYK0.560.7100.63
HSL252.54º55.37%23.73%-
HSV(B)252.54º71.28%36.86%-
XYZ3.332.0610.81-
YUV38.82159.14129.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 27 (10.94% from 255) = 16.67%
BLUE value IS 94 (37.11% from 255) = 58.02%
R=25.31%
G=16.67%
B=58.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4127940.560.7100.63252.5455.3723.73
Hex291B5E384703Ffd3718
Octal5133136701070773756730
Binary101001110111011110111000100011101111111111110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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