#291660

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

Shades of Paris M #291660

Tints of Paris M #291660

Color information

#291660 (or 0x291660) is unknown color: approx Paris M. HEX triplet: 29, 16 and 60. RGB value is (41,22,96). Sum of RGB (Red+Green+Blue) = 41+22+96=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #291660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291660 is #D6E99F. Grayscale: #232323. Windows color (decimal): -14084512 or 6297129. OLE color: 6297129.

HSL color Cylindrical-coordinate representation of color #291660: hue angle of 255.41º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291660 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB412296-
CMYK0.570.7700.62
HSL255.41º62.71%23.14%-
HSV(B)255.41º77.08%37.65%-
XYZ3.311.8911.26-
YUV36.12161.79131.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=25.79%
G=13.84%
B=60.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4122960.570.7700.62255.4162.7123.14
Hex291660394D03Eff3f17
Octal5126140711150763777727
Binary101001101101100000111001100110101111101111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291660; }

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

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

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

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

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

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

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

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