#312B59

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

Shades of Paris M #312B59

Tints of Paris M #312B59

Color information

#312B59 (or 0x312B59) is unknown color: approx Paris M. HEX triplet: 31, 2B and 59. RGB value is (49,43,89). Sum of RGB (Red+Green+Blue) = 49+43+89=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #312B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B59 is #CED4A6. Grayscale: #313131. Windows color (decimal): -13554855 or 5843761. OLE color: 5843761.

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

Color convert

RGB494389-
CMYK0.450.5200.65
HSL247.83º34.85%25.88%-
HSV(B)247.83º51.69%34.9%-
XYZ3.933.19.84-
YUV50.04149.99127.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=27.07%
G=23.76%
B=49.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4943890.450.5200.65247.8334.8525.88
Hex312B592D34041f8231a
Octal6153131556401013704332
Binary1100011010111011001101101110100010000011111100010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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