#291961

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

Shades of Paris M #291961

Tints of Paris M #291961

Color information

#291961 (or 0x291961) is unknown color: approx Paris M. HEX triplet: 29, 19 and 61. RGB value is (41,25,97). Sum of RGB (Red+Green+Blue) = 41+25+97=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #291961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291961 is #D6E69E. Grayscale: #252525. Windows color (decimal): -14083743 or 6363433. OLE color: 6363433.

HSL color Cylindrical-coordinate representation of color #291961: hue angle of 253.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #291961 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB412597-
CMYK0.580.7400.62
HSL253.33º59.02%23.92%-
HSV(B)253.33º74.23%38.04%-
XYZ3.422.0311.52-
YUV37.99161.3130.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=25.15%
G=15.34%
B=59.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4125970.580.7400.62253.3359.0223.92
Hex2919613A4A03Efd3b18
Octal5131141721120763757330
Binary101001110011100001111010100101001111101111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291961; }

 p { color: rgb(41,25,97); }

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

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

 a { background-color: rgb(41,25,97); }

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

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

 span { border-color: rgb(41,25,97); }

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