#332372

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

Shades of Paris M #332372

Tints of Paris M #332372

Color information

#332372 (or 0x332372) is unknown color: approx Paris M. HEX triplet: 33, 23 and 72. RGB value is (51,35,114). Sum of RGB (Red+Green+Blue) = 51+35+114=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #332372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332372 is #CCDC8D. Grayscale: #303030. Windows color (decimal): -13425806 or 7480115. OLE color: 7480115.

HSL color Cylindrical-coordinate representation of color #332372: hue angle of 252.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332372 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5135114-
CMYK0.550.6900.55
HSL252.15º53.02%29.22%-
HSV(B)252.15º69.3%44.71%-
XYZ53.1216.26-
YUV48.79164.8129.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=25.5%
G=17.5%
B=57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51351140.550.6900.55252.1553.0229.22
Hex3323723745037fc351d
Octal6343162671050673746535
Binary1100111000111110010110111100010101101111111110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332372; }

 p { color: rgb(51,35,114); }

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

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

 a { background-color: rgb(51,35,114); }

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

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

 span { border-color: rgb(51,35,114); }

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