#312757

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

Shades of Paris M #312757

Tints of Paris M #312757

Color information

#312757 (or 0x312757) is unknown color: approx Paris M. HEX triplet: 31, 27 and 57. RGB value is (49,39,87). Sum of RGB (Red+Green+Blue) = 49+39+87=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #312757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312757 is #CED8A8. Grayscale: #2F2F2F. Windows color (decimal): -13555881 or 5711665. OLE color: 5711665.

HSL color Cylindrical-coordinate representation of color #312757: hue angle of 252.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312757 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB493987-
CMYK0.440.5500.66
HSL252.5º38.1%24.71%-
HSV(B)252.5º55.17%34.12%-
XYZ3.712.799.36-
YUV47.46150.31129.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=28%
G=22.29%
B=49.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4939870.440.5500.66252.538.124.71
Hex3127572C37042fc2619
Octal6147127546701023744631
Binary1100011001111010111101100110111010000101111110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312757; }

 p { color: rgb(49,39,87); }

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

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

 a { background-color: rgb(49,39,87); }

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

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

 span { border-color: rgb(49,39,87); }

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