#291B6E

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

Shades of Paris M #291B6E

Tints of Paris M #291B6E

Color information

#291B6E (or 0x291B6E) is unknown color: approx Paris M. HEX triplet: 29, 1B and 6E. RGB value is (41,27,110). Sum of RGB (Red+Green+Blue) = 41+27+110=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #291B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B6E is #D6E491. Grayscale: #282828. Windows color (decimal): -14083218 or 7215913. OLE color: 7215913.

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

Color convert

RGB4127110-
CMYK0.630.7500.57
HSL250.12º60.58%26.86%-
HSV(B)250.12º75.45%43.14%-
XYZ4.122.3814.99-
YUV40.65167.14128.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 27 (10.94% from 255) = 15.17%
BLUE value IS 110 (43.36% from 255) = 61.80%
R=23.03%
G=15.17%
B=61.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41271100.630.7500.57250.1260.5826.86
Hex291B6E3F4B039fa3d1b
Octal5133156771130713727533
Binary101001110111101110111111100101101110011111101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,27,110); }

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

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

 a { background-color: rgb(41,27,110); }

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

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

 span { border-color: rgb(41,27,110); }

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