#322162

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

Shades of Paris M #322162

Tints of Paris M #322162

Color information

#322162 (or 0x322162) is unknown color: approx Paris M. HEX triplet: 32, 21 and 62. RGB value is (50,33,98). Sum of RGB (Red+Green+Blue) = 50+33+98=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #322162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322162 is #CDDE9D. Grayscale: #2D2D2D. Windows color (decimal): -13491870 or 6431026. OLE color: 6431026.

HSL color Cylindrical-coordinate representation of color #322162: hue angle of 255.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322162 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB503398-
CMYK0.490.6600.62
HSL255.69º49.62%25.69%-
HSV(B)255.69º66.33%38.43%-
XYZ4.062.6511.85-
YUV45.49157.63131.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=27.62%
G=18.23%
B=54.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5033980.490.6600.62255.6949.6225.69
Hex322162314203E100321a
Octal6241142611020764006232
Binary11001010000111000101100011000010011111010000000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322162; }

 p { color: rgb(50,33,98); }

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

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

 a { background-color: rgb(50,33,98); }

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

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

 span { border-color: rgb(50,33,98); }

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