#332575

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

Shades of Paris M #332575

Tints of Paris M #332575

Color information

#332575 (or 0x332575) is unknown color: approx Paris M. HEX triplet: 33, 25 and 75. RGB value is (51,37,117). Sum of RGB (Red+Green+Blue) = 51+37+117=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #332575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332575 is #CCDA8A. Grayscale: #313131. Windows color (decimal): -13425291 or 7677235. OLE color: 7677235.

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

Color convert

RGB5137117-
CMYK0.560.6800.54
HSL250.5º51.95%30.2%-
HSV(B)250.5º68.38%45.88%-
XYZ5.243.3117.19-
YUV50.31165.64128.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=24.88%
G=18.05%
B=57.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51371170.560.6800.54250.551.9530.2
Hex3325753844036fa341e
Octal6345165701040663726436
Binary1100111001011110101111000100010001101101111101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332575; }

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

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

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

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

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

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

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

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