#292063

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

Shades of Paris M #292063

Tints of Paris M #292063

Color information

#292063 (or 0x292063) is unknown color: approx Paris M. HEX triplet: 29, 20 and 63. RGB value is (41,32,99). Sum of RGB (Red+Green+Blue) = 41+32+99=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #292063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292063 is #D6DF9C. Grayscale: #2A2A2A. Windows color (decimal): -14081949 or 6496297. OLE color: 6496297.

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

Color convert

RGB413299-
CMYK0.590.6800.61
HSL248.06º51.15%25.69%-
HSV(B)248.06º67.68%38.82%-
XYZ3.682.4112.07-
YUV42.33159.98127.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=23.84%
G=18.60%
B=57.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4132990.590.6800.61248.0651.1525.69
Hex2920633B4403Df8331a
Octal5140143731040753706332
Binary1010011000001100011111011100010001111011111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292063; }

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

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

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

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

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

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

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

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