#312C5B

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

Shades of Paris M #312C5B

Tints of Paris M #312C5B

Color information

#312C5B (or 0x312C5B) is unknown color: approx Paris M. HEX triplet: 31, 2C and 5B. RGB value is (49,44,91). Sum of RGB (Red+Green+Blue) = 49+44+91=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #312C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C5B is #CED3A4. Grayscale: #323232. Windows color (decimal): -13554597 or 5975089. OLE color: 5975089.

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

Color convert

RGB494491-
CMYK0.460.5200.64
HSL246.38º34.81%26.47%-
HSV(B)246.38º51.65%35.69%-
XYZ4.063.2110.3-
YUV50.85150.66126.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=26.63%
G=23.91%
B=49.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4944910.460.5200.64246.3834.8126.47
Hex312C5B2E34040f6231a
Octal6154133566401003664332
Binary1100011011001011011101110110100010000001111011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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