#291B60

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

Shades of Paris M #291B60

Tints of Paris M #291B60

Color information

#291B60 (or 0x291B60) is unknown color: approx Paris M. HEX triplet: 29, 1B and 60. RGB value is (41,27,96). Sum of RGB (Red+Green+Blue) = 41+27+96=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #291B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B60 is #D6E49F. Grayscale: #262626. Windows color (decimal): -14083232 or 6298409. OLE color: 6298409.

HSL color Cylindrical-coordinate representation of color #291B60: hue angle of 252.17º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #291B60 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB412796-
CMYK0.570.7200.62
HSL252.17º56.1%24.12%-
HSV(B)252.17º71.88%37.65%-
XYZ3.422.111.29-
YUV39.05160.14129.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=25%
G=16.46%
B=58.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4127960.570.7200.62252.1756.124.12
Hex291B60394803Efc3818
Octal5133140711100763747030
Binary101001110111100000111001100100001111101111110011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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