#291564

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

Shades of Paris M #291564

Tints of Paris M #291564

Color information

#291564 (or 0x291564) is unknown color: approx Paris M. HEX triplet: 29, 15 and 64. RGB value is (41,21,100). Sum of RGB (Red+Green+Blue) = 41+21+100=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #291564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291564 is #D6EA9B. Grayscale: #232323. Windows color (decimal): -14084764 or 6559017. OLE color: 6559017.

HSL color Cylindrical-coordinate representation of color #291564: hue angle of 255.19º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291564 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4121100-
CMYK0.590.7900.61
HSL255.19º65.29%23.73%-
HSV(B)255.19º79%39.22%-
XYZ3.481.9312.25-
YUV35.99164.13131.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 100 (39.45% from 255) = 61.73%
R=25.31%
G=12.96%
B=61.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41211000.590.7900.61255.1965.2923.73
Hex2915643B4F03Dff4118
Octal51251447311707537710130
Binary1010011010111001001110111001111011110111111111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291564; }

 p { color: rgb(41,21,100); }

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

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

 a { background-color: rgb(41,21,100); }

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

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

 span { border-color: rgb(41,21,100); }

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