#32246F

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

Shades of Paris M #32246F

Tints of Paris M #32246F

Color information

#32246F (or 0x32246F) is unknown color: approx Paris M. HEX triplet: 32, 24 and 6F. RGB value is (50,36,111). Sum of RGB (Red+Green+Blue) = 50+36+111=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #32246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32246F is #CDDB90. Grayscale: #303030. Windows color (decimal): -13491089 or 7283762. OLE color: 7283762.

HSL color Cylindrical-coordinate representation of color #32246F: hue angle of 251.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32246F is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5036111-
CMYK0.550.6800.56
HSL251.2º51.02%28.82%-
HSV(B)251.2º67.57%43.53%-
XYZ4.823.0915.38-
YUV48.74163.14128.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=25.38%
G=18.27%
B=56.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50361110.550.6800.56251.251.0228.82
Hex32246F3744038fb331d
Octal6244157671040703736335
Binary1100101001001101111110111100010001110001111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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