#291D6F

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

Shades of Paris M #291D6F

Tints of Paris M #291D6F

Color information

#291D6F (or 0x291D6F) is unknown color: approx Paris M. HEX triplet: 29, 1D and 6F. RGB value is (41,29,111). Sum of RGB (Red+Green+Blue) = 41+29+111=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #291D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D6F is #D6E290. Grayscale: #292929. Windows color (decimal): -14082705 or 7281961. OLE color: 7281961.

HSL color Cylindrical-coordinate representation of color #291D6F: hue angle of 248.78º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #291D6F is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4129111-
CMYK0.630.7400.56
HSL248.78º58.57%27.45%-
HSV(B)248.78º73.87%43.53%-
XYZ4.222.515.3-
YUV41.94166.98127.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=22.65%
G=16.02%
B=61.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41291110.630.7400.56248.7858.5727.45
Hex291D6F3F4A038f93b1b
Octal5135157771120703717333
Binary101001111011101111111111100101001110001111100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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