#292068

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

Shades of Paris M #292068

Tints of Paris M #292068

Color information

#292068 (or 0x292068) is unknown color: approx Paris M. HEX triplet: 29, 20 and 68. RGB value is (41,32,104). Sum of RGB (Red+Green+Blue) = 41+32+104=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #292068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292068 is #D6DF97. Grayscale: #2A2A2A. Windows color (decimal): -14081944 or 6823977. OLE color: 6823977.

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

Color convert

RGB4132104-
CMYK0.610.6900.59
HSL247.5º52.94%26.67%-
HSV(B)247.5º69.23%40.78%-
XYZ3.932.513.37-
YUV42.9162.48126.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=23.16%
G=18.08%
B=58.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41321040.610.6900.59247.552.9426.67
Hex2920683D4503Bf8351b
Octal5140150751050733706533
Binary1010011000001101000111101100010101110111111100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292068; }

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

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

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

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

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

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

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

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