#373160

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

Shades of Paris M #373160

Tints of Paris M #373160

Color information

#373160 (or 0x373160) is unknown color: approx Paris M. HEX triplet: 37, 31 and 60. RGB value is (55,49,96). Sum of RGB (Red+Green+Blue) = 55+49+96=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #373160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373160 is #C8CE9F. Grayscale: #373737. Windows color (decimal): -13160096 or 6304055. OLE color: 6304055.

HSL color Cylindrical-coordinate representation of color #373160: hue angle of 247.66º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #373160 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB554996-
CMYK0.430.4900.62
HSL247.66º32.41%28.43%-
HSV(B)247.66º48.96%37.65%-
XYZ4.793.8511.56-
YUV56.15150.49127.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=27.5%
G=24.5%
B=48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5549960.430.4900.62247.6632.4128.43
Hex3731602B3103Ef8201c
Octal676114053610763704034
Binary110111110001110000010101111000101111101111100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373160; }

 p { color: rgb(55,49,96); }

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

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

 a { background-color: rgb(55,49,96); }

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

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

 span { border-color: rgb(55,49,96); }

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