#291A61

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

Shades of Paris M #291A61

Tints of Paris M #291A61

Color information

#291A61 (or 0x291A61) is unknown color: approx Paris M. HEX triplet: 29, 1A and 61. RGB value is (41,26,97). Sum of RGB (Red+Green+Blue) = 41+26+97=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #291A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A61 is #D6E59E. Grayscale: #262626. Windows color (decimal): -14083487 or 6363689. OLE color: 6363689.

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

Color convert

RGB412697-
CMYK0.580.7300.62
HSL252.68º57.72%24.12%-
HSV(B)252.68º73.2%38.04%-
XYZ3.442.0711.53-
YUV38.58160.97129.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 97 (38.28% from 255) = 59.15%
R=25%
G=15.85%
B=59.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4126970.580.7300.62252.6857.7224.12
Hex291A613A4903Efd3a18
Octal5132141721110763757230
Binary101001110101100001111010100100101111101111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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