#32236E

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

Shades of Paris M #32236E

Tints of Paris M #32236E

Color information

#32236E (or 0x32236E) is unknown color: approx Paris M. HEX triplet: 32, 23 and 6E. RGB value is (50,35,110). Sum of RGB (Red+Green+Blue) = 50+35+110=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #32236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32236E is #CDDC91. Grayscale: #2F2F2F. Windows color (decimal): -13491346 or 7217970. OLE color: 7217970.

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

Color convert

RGB5035110-
CMYK0.550.6800.57
HSL252º51.72%28.43%-
HSV(B)252º68.18%43.14%-
XYZ4.733.0115.08-
YUV48.04162.97129.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=25.64%
G=17.95%
B=56.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50351100.550.6800.5725251.7228.43
Hex32236E3744039fc341c
Octal6243156671040713746434
Binary1100101000111101110110111100010001110011111110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32236E; }

 p { color: rgb(50,35,110); }

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

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

 a { background-color: rgb(50,35,110); }

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

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

 span { border-color: rgb(50,35,110); }

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