#332571

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

Shades of Paris M #332571

Tints of Paris M #332571

Color information

#332571 (or 0x332571) is unknown color: approx Paris M. HEX triplet: 33, 25 and 71. RGB value is (51,37,113). Sum of RGB (Red+Green+Blue) = 51+37+113=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #332571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332571 is #CCDA8E. Grayscale: #313131. Windows color (decimal): -13425295 or 7415091. OLE color: 7415091.

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

Color convert

RGB5137113-
CMYK0.550.6700.56
HSL251.05º50.67%29.41%-
HSV(B)251.05º67.26%44.31%-
XYZ5.013.2215.98-
YUV49.85163.64128.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=25.37%
G=18.41%
B=56.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51371130.550.6700.56251.0550.6729.41
Hex3325713743038fb331d
Octal6345161671030703736335
Binary1100111001011110001110111100001101110001111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332571; }

 p { color: rgb(51,37,113); }

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

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

 a { background-color: rgb(51,37,113); }

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

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

 span { border-color: rgb(51,37,113); }

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