#312D5F

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

Shades of Paris M #312D5F

Tints of Paris M #312D5F

Color information

#312D5F (or 0x312D5F) is unknown color: approx Paris M. HEX triplet: 31, 2D and 5F. RGB value is (49,45,95). Sum of RGB (Red+Green+Blue) = 49+45+95=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #312D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D5F is #CED2A0. Grayscale: #333333. Windows color (decimal): -13554337 or 6237489. OLE color: 6237489.

HSL color Cylindrical-coordinate representation of color #312D5F: hue angle of 244.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312D5F is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB494595-
CMYK0.480.5300.63
HSL244.8º35.71%27.45%-
HSV(B)244.8º52.63%37.25%-
XYZ4.273.3611.25-
YUV51.9152.33125.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 95 (37.5% from 255) = 50.26%
R=25.93%
G=23.81%
B=50.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4945950.480.5300.63244.835.7127.45
Hex312D5F303503Ff5241b
Octal615513760650773654433
Binary110001101101101111111000011010101111111111010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312D5F; }

 p { color: rgb(49,45,95); }

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

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

 a { background-color: rgb(49,45,95); }

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

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

 span { border-color: rgb(49,45,95); }

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