#291D6B

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

Shades of Paris M #291D6B

Tints of Paris M #291D6B

Color information

#291D6B (or 0x291D6B) is unknown color: approx Paris M. HEX triplet: 29, 1D and 6B. RGB value is (41,29,107). Sum of RGB (Red+Green+Blue) = 41+29+107=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #291D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D6B is #D6E294. Grayscale: #292929. Windows color (decimal): -14082709 or 7019817. OLE color: 7019817.

HSL color Cylindrical-coordinate representation of color #291D6B: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291D6B is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4129107-
CMYK0.620.7300.58
HSL249.23º57.35%26.67%-
HSV(B)249.23º72.9%41.96%-
XYZ4.012.4114.16-
YUV41.48164.98127.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 107 (42.19% from 255) = 60.45%
R=23.16%
G=16.38%
B=60.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41291070.620.7300.58249.2357.3526.67
Hex291D6B3E4903Af9391b
Octal5135153761110723717133
Binary101001111011101011111110100100101110101111100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,29,107); }

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

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

 a { background-color: rgb(41,29,107); }

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

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

 span { border-color: rgb(41,29,107); }

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