#291565

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

Shades of Paris M #291565

Tints of Paris M #291565

Color information

#291565 (or 0x291565) is unknown color: approx Paris M. HEX triplet: 29, 15 and 65. RGB value is (41,21,101). Sum of RGB (Red+Green+Blue) = 41+21+101=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #291565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291565 is #D6EA9A. Grayscale: #232323. Windows color (decimal): -14084763 or 6624553. OLE color: 6624553.

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

Color convert

RGB4121101-
CMYK0.590.7900.60
HSL255º65.57%23.92%-
HSV(B)255º79.21%39.61%-
XYZ3.531.9512.5-
YUV36.1164.63131.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=25.15%
G=12.88%
B=61.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41211010.590.7900.6025565.5723.92
Hex2915653B4F03Cff4218
Octal51251457311707437710230
Binary1010011010111001011110111001111011110011111111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291565; }

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

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

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

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

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

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

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

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