#312575

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

Shades of Paris M #312575

Tints of Paris M #312575

Color information

#312575 (or 0x312575) is unknown color: approx Paris M. HEX triplet: 31, 25 and 75. RGB value is (49,37,117). Sum of RGB (Red+Green+Blue) = 49+37+117=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #312575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312575 is #CEDA8A. Grayscale: #313131. Windows color (decimal): -13556363 or 7677233. OLE color: 7677233.

HSL color Cylindrical-coordinate representation of color #312575: hue angle of 249º 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 #312575 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4937117-
CMYK0.580.6800.54
HSL249º51.95%30.2%-
HSV(B)249º68.38%45.88%-
XYZ5.143.2617.19-
YUV49.71165.98127.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=24.14%
G=18.23%
B=57.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49371170.580.6800.5424951.9530.2
Hex3125753A44036f9341e
Octal6145165721040663716436
Binary1100011001011110101111010100010001101101111100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312575; }

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

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

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

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

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

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

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

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