#291865

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

Shades of Paris M #291865

Tints of Paris M #291865

Color information

#291865 (or 0x291865) is unknown color: approx Paris M. HEX triplet: 29, 18 and 65. RGB value is (41,24,101). Sum of RGB (Red+Green+Blue) = 41+24+101=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #291865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291865 is #D6E79A. Grayscale: #252525. Windows color (decimal): -14083995 or 6625321. OLE color: 6625321.

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

Color convert

RGB4124101-
CMYK0.590.7600.60
HSL253.25º61.6%24.51%-
HSV(B)253.25º76.24%39.61%-
XYZ3.592.0612.52-
YUV37.86163.63130.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 101 (39.84% from 255) = 60.84%
R=24.70%
G=14.46%
B=60.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41241010.590.7600.60253.2561.624.51
Hex2918653B4C03Cfd3e19
Octal5130145731140743757631
Binary101001110001100101111011100110001111001111110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291865; }

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

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

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

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

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

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

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

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