#291C63

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

Shades of Paris M #291C63

Tints of Paris M #291C63

Color information

#291C63 (or 0x291C63) is unknown color: approx Paris M. HEX triplet: 29, 1C and 63. RGB value is (41,28,99). Sum of RGB (Red+Green+Blue) = 41+28+99=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #291C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C63 is #D6E39C. Grayscale: #272727. Windows color (decimal): -14082973 or 6495273. OLE color: 6495273.

HSL color Cylindrical-coordinate representation of color #291C63: hue angle of 250.99º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #291C63 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB412899-
CMYK0.590.7200.61
HSL250.99º55.91%24.9%-
HSV(B)250.99º71.72%38.82%-
XYZ3.582.212.04-
YUV39.98161.31128.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=24.40%
G=16.67%
B=58.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4128990.590.7200.61250.9955.9124.9
Hex291C633B4803Dfb3819
Octal5134143731100753737031
Binary101001111001100011111011100100001111011111101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,28,99); }

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

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

 a { background-color: rgb(41,28,99); }

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

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

 span { border-color: rgb(41,28,99); }

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