#332775

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

Shades of Paris M #332775

Tints of Paris M #332775

Color information

#332775 (or 0x332775) is unknown color: approx Paris M. HEX triplet: 33, 27 and 75. RGB value is (51,39,117). Sum of RGB (Red+Green+Blue) = 51+39+117=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #332775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332775 is #CCD88A. Grayscale: #333333. Windows color (decimal): -13424779 or 7677747. OLE color: 7677747.

HSL color Cylindrical-coordinate representation of color #332775: hue angle of 249.23º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332775 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5139117-
CMYK0.560.6700.54
HSL249.23º50%30.59%-
HSV(B)249.23º66.67%45.88%-
XYZ5.33.4417.21-
YUV51.48164.98127.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=24.64%
G=18.84%
B=56.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51391170.560.6700.54249.235030.59
Hex3327753843036f9321f
Octal6347165701030663716237
Binary1100111001111110101111000100001101101101111100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332775; }

 p { color: rgb(51,39,117); }

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

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

 a { background-color: rgb(51,39,117); }

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

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

 span { border-color: rgb(51,39,117); }

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