#291C6F

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

Shades of Paris M #291C6F

Tints of Paris M #291C6F

Color information

#291C6F (or 0x291C6F) is unknown color: approx Paris M. HEX triplet: 29, 1C and 6F. RGB value is (41,28,111). Sum of RGB (Red+Green+Blue) = 41+28+111=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #291C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C6F is #D6E390. Grayscale: #292929. Windows color (decimal): -14082961 or 7281705. OLE color: 7281705.

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

Color convert

RGB4128111-
CMYK0.630.7500.56
HSL249.4º59.71%27.25%-
HSV(B)249.4º74.77%43.53%-
XYZ4.22.4515.29-
YUV41.35167.31127.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=22.78%
G=15.56%
B=61.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41281110.630.7500.56249.459.7127.25
Hex291C6F3F4B038f93c1b
Octal5134157771130703717433
Binary101001111001101111111111100101101110001111100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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