#322168

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

Shades of Paris M #322168

Tints of Paris M #322168

Color information

#322168 (or 0x322168) is unknown color: approx Paris M. HEX triplet: 32, 21 and 68. RGB value is (50,33,104). Sum of RGB (Red+Green+Blue) = 50+33+104=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #322168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322168 is #CDDE97. Grayscale: #2D2D2D. Windows color (decimal): -13491864 or 6824242. OLE color: 6824242.

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

Color convert

RGB5033104-
CMYK0.520.6800.59
HSL254.37º51.82%26.86%-
HSV(B)254.37º68.27%40.78%-
XYZ4.362.7713.4-
YUV46.18160.63130.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=26.74%
G=17.65%
B=55.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50331040.520.6800.59254.3751.8226.86
Hex322168344403Bfe341b
Octal6241150641040733766433
Binary1100101000011101000110100100010001110111111111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322168; }

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

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

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

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

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

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

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

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