#291A5E

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

Shades of Paris M #291A5E

Tints of Paris M #291A5E

Color information

#291A5E (or 0x291A5E) is unknown color: approx Paris M. HEX triplet: 29, 1A and 5E. RGB value is (41,26,94). Sum of RGB (Red+Green+Blue) = 41+26+94=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #291A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A5E is #D6E5A1. Grayscale: #252525. Windows color (decimal): -14083490 or 6167081. OLE color: 6167081.

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

Color convert

RGB412694-
CMYK0.560.7200.63
HSL253.24º56.67%23.53%-
HSV(B)253.24º72.34%36.86%-
XYZ3.32.0210.81-
YUV38.24159.47129.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 94 (37.11% from 255) = 58.39%
R=25.47%
G=16.15%
B=58.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4126940.560.7200.63253.2456.6723.53
Hex291A5E384803Ffd3918
Octal5132136701100773757130
Binary101001110101011110111000100100001111111111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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