#292065

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

Shades of Paris M #292065

Tints of Paris M #292065

Color information

#292065 (or 0x292065) is unknown color: approx Paris M. HEX triplet: 29, 20 and 65. RGB value is (41,32,101). Sum of RGB (Red+Green+Blue) = 41+32+101=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #292065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292065 is #D6DF9A. Grayscale: #2A2A2A. Windows color (decimal): -14081947 or 6627369. OLE color: 6627369.

HSL color Cylindrical-coordinate representation of color #292065: hue angle of 247.83º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #292065 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4132101-
CMYK0.590.6800.60
HSL247.83º51.88%26.08%-
HSV(B)247.83º68.32%39.61%-
XYZ3.782.4412.58-
YUV42.56160.98126.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 101 (39.84% from 255) = 58.05%
R=23.56%
G=18.39%
B=58.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41321010.590.6800.60247.8351.8826.08
Hex2920653B4403Cf8341a
Octal5140145731040743706432
Binary1010011000001100101111011100010001111001111100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292065; }

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

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

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

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

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

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

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

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