#291968

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

Shades of Paris M #291968

Tints of Paris M #291968

Color information

#291968 (or 0x291968) is unknown color: approx Paris M. HEX triplet: 29, 19 and 68. RGB value is (41,25,104). Sum of RGB (Red+Green+Blue) = 41+25+104=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #291968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291968 is #D6E697. Grayscale: #262626. Windows color (decimal): -14083736 or 6822185. OLE color: 6822185.

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

Color convert

RGB4125104-
CMYK0.610.7600.59
HSL252.15º61.24%25.29%-
HSV(B)252.15º75.96%40.78%-
XYZ3.762.1713.32-
YUV38.79164.8129.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=24.12%
G=14.71%
B=61.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41251040.610.7600.59252.1561.2425.29
Hex2919683D4C03Bfc3d19
Octal5131150751140733747531
Binary101001110011101000111101100110001110111111110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291968; }

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

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

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

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

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

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

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

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