#312A5D

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

Shades of Paris M #312A5D

Tints of Paris M #312A5D

Color information

#312A5D (or 0x312A5D) is unknown color: approx Paris M. HEX triplet: 31, 2A and 5D. RGB value is (49,42,93). Sum of RGB (Red+Green+Blue) = 49+42+93=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #312A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A5D is #CED5A2. Grayscale: #313131. Windows color (decimal): -13555107 or 6105649. OLE color: 6105649.

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

Color convert

RGB494293-
CMYK0.470.5500.64
HSL248.24º37.78%26.47%-
HSV(B)248.24º54.84%36.47%-
XYZ4.073.110.74-
YUV49.91152.32127.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 42 (16.80% from 255) = 22.83%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=26.63%
G=22.83%
B=50.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4942930.470.5500.64248.2437.7826.47
Hex312A5D2F37040f8261a
Octal6152135576701003704632
Binary1100011010101011101101111110111010000001111100010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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