#312D59

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

Shades of Paris M #312D59

Tints of Paris M #312D59

Color information

#312D59 (or 0x312D59) is unknown color: approx Paris M. HEX triplet: 31, 2D and 59. RGB value is (49,45,89). Sum of RGB (Red+Green+Blue) = 49+45+89=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #312D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D59 is #CED2A6. Grayscale: #333333. Windows color (decimal): -13554343 or 5844273. OLE color: 5844273.

HSL color Cylindrical-coordinate representation of color #312D59: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312D59 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB494589-
CMYK0.450.4900.65
HSL245.45º32.84%26.27%-
HSV(B)245.45º49.44%34.9%-
XYZ4.013.259.87-
YUV51.21149.33126.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=26.78%
G=24.59%
B=48.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4945890.450.4900.65245.4532.8426.27
Hex312D592D31041f5211a
Octal6155131556101013654132
Binary1100011011011011001101101110001010000011111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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