#292164

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

Shades of Paris M #292164

Tints of Paris M #292164

Color information

#292164 (or 0x292164) is unknown color: approx Paris M. HEX triplet: 29, 21 and 64. RGB value is (41,33,100). Sum of RGB (Red+Green+Blue) = 41+33+100=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #292164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292164 is #D6DE9B. Grayscale: #2A2A2A. Windows color (decimal): -14081692 or 6562089. OLE color: 6562089.

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

Color convert

RGB4133100-
CMYK0.590.6700.61
HSL247.16º50.38%26.08%-
HSV(B)247.16º67%39.22%-
XYZ3.762.4812.34-
YUV43.03160.15126.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 100 (39.45% from 255) = 57.47%
R=23.56%
G=18.97%
B=57.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41331000.590.6700.61247.1650.3826.08
Hex2921643B4303Df7321a
Octal5141144731030753676232
Binary1010011000011100100111011100001101111011111011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292164; }

 p { color: rgb(41,33,100); }

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

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

 a { background-color: rgb(41,33,100); }

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

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

 span { border-color: rgb(41,33,100); }

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