#291B65

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

Shades of Paris M #291B65

Tints of Paris M #291B65

Color information

#291B65 (or 0x291B65) is unknown color: approx Paris M. HEX triplet: 29, 1B and 65. RGB value is (41,27,101). Sum of RGB (Red+Green+Blue) = 41+27+101=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #291B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B65 is #D6E49A. Grayscale: #272727. Windows color (decimal): -14083227 or 6626089. OLE color: 6626089.

HSL color Cylindrical-coordinate representation of color #291B65: hue angle of 251.35º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291B65 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4127101-
CMYK0.590.7300.60
HSL251.35º57.81%25.1%-
HSV(B)251.35º73.27%39.61%-
XYZ3.662.1912.54-
YUV39.62162.64128.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 27 (10.94% from 255) = 15.98%
BLUE value IS 101 (39.84% from 255) = 59.76%
R=24.26%
G=15.98%
B=59.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41271010.590.7300.60251.3557.8125.1
Hex291B653B4903Cfb3a19
Octal5133145731110743737231
Binary101001110111100101111011100100101111001111101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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