#291F5F

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

Shades of Paris M #291F5F

Tints of Paris M #291F5F

Color information

#291F5F (or 0x291F5F) is unknown color: approx Paris M. HEX triplet: 29, 1F and 5F. RGB value is (41,31,95). Sum of RGB (Red+Green+Blue) = 41+31+95=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #291F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F5F is #D6E0A0. Grayscale: #292929. Windows color (decimal): -14082209 or 6233897. OLE color: 6233897.

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

Color convert

RGB413195-
CMYK0.570.6700.63
HSL249.38º50.79%24.71%-
HSV(B)249.38º67.37%37.25%-
XYZ3.472.2811.08-
YUV41.29158.31127.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=24.55%
G=18.56%
B=56.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4131950.570.6700.63249.3850.7924.71
Hex291F5F394303Ff93319
Octal5137137711030773716331
Binary101001111111011111111001100001101111111111100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,31,95); }

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

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

 a { background-color: rgb(41,31,95); }

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

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

 span { border-color: rgb(41,31,95); }

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