#291D60

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

Shades of Paris M #291D60

Tints of Paris M #291D60

Color information

#291D60 (or 0x291D60) is unknown color: approx Paris M. HEX triplet: 29, 1D and 60. RGB value is (41,29,96). Sum of RGB (Red+Green+Blue) = 41+29+96=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #291D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D60 is #D6E29F. Grayscale: #272727. Windows color (decimal): -14082720 or 6298921. OLE color: 6298921.

HSL color Cylindrical-coordinate representation of color #291D60: hue angle of 250.75º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #291D60 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB412996-
CMYK0.570.7000.62
HSL250.75º53.6%24.51%-
HSV(B)250.75º69.79%37.65%-
XYZ3.472.1911.31-
YUV40.23159.48128.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=24.70%
G=17.47%
B=57.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4129960.570.7000.62250.7553.624.51
Hex291D60394603Efb3619
Octal5135140711060763736631
Binary101001111011100000111001100011001111101111101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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