#32226D

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

Shades of Paris M #32226D

Tints of Paris M #32226D

Color information

#32226D (or 0x32226D) is unknown color: approx Paris M. HEX triplet: 32, 22 and 6D. RGB value is (50,34,109). Sum of RGB (Red+Green+Blue) = 50+34+109=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #32226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32226D is #CDDD92. Grayscale: #2F2F2F. Windows color (decimal): -13491603 or 7152178. OLE color: 7152178.

HSL color Cylindrical-coordinate representation of color #32226D: hue angle of 252.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32226D is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5034109-
CMYK0.540.6900.57
HSL252.8º52.45%28.04%-
HSV(B)252.8º68.81%42.75%-
XYZ4.652.9314.79-
YUV47.33162.8129.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=25.91%
G=17.62%
B=56.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50341090.540.6900.57252.852.4528.04
Hex32226D3645039fd341c
Octal6242155661050713756434
Binary1100101000101101101110110100010101110011111110111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32226D; }

 p { color: rgb(50,34,109); }

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

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

 a { background-color: rgb(50,34,109); }

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

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

 span { border-color: rgb(50,34,109); }

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