#312C5D

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

Shades of Paris M #312C5D

Tints of Paris M #312C5D

Color information

#312C5D (or 0x312C5D) is unknown color: approx Paris M. HEX triplet: 31, 2C and 5D. RGB value is (49,44,93). Sum of RGB (Red+Green+Blue) = 49+44+93=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #312C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C5D is #CED3A2. Grayscale: #323232. Windows color (decimal): -13554595 or 6106161. OLE color: 6106161.

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

Color convert

RGB494493-
CMYK0.470.5300.64
HSL246.12º35.77%26.86%-
HSV(B)246.12º52.69%36.47%-
XYZ4.143.2410.76-
YUV51.08151.66126.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 93 (36.72% from 255) = 50%
R=26.34%
G=23.66%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4944930.470.5300.64246.1235.7726.86
Hex312C5D2F35040f6241b
Octal6154135576501003664433
Binary1100011011001011101101111110101010000001111011010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,93); }

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

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

 a { background-color: rgb(49,44,93); }

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

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

 span { border-color: rgb(49,44,93); }

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