#32246D

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

Shades of Paris M #32246D

Tints of Paris M #32246D

Color information

#32246D (or 0x32246D) is unknown color: approx Paris M. HEX triplet: 32, 24 and 6D. RGB value is (50,36,109). Sum of RGB (Red+Green+Blue) = 50+36+109=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #32246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32246D is #CDDB92. Grayscale: #303030. Windows color (decimal): -13491091 or 7152690. OLE color: 7152690.

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

Color convert

RGB5036109-
CMYK0.540.6700.57
HSL251.51º50.34%28.43%-
HSV(B)251.51º66.97%42.75%-
XYZ4.713.0414.81-
YUV48.51162.14129.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 109 (42.97% from 255) = 55.90%
R=25.64%
G=18.46%
B=55.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50361090.540.6700.57251.5150.3428.43
Hex32246D3643039fc321c
Octal6244155661030713746234
Binary1100101001001101101110110100001101110011111110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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