#312A63

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

Shades of Paris M #312A63

Tints of Paris M #312A63

Color information

#312A63 (or 0x312A63) is unknown color: approx Paris M. HEX triplet: 31, 2A and 63. RGB value is (49,42,99). Sum of RGB (Red+Green+Blue) = 49+42+99=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #312A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A63 is #CED59C. Grayscale: #323232. Windows color (decimal): -13555101 or 6498865. OLE color: 6498865.

HSL color Cylindrical-coordinate representation of color #312A63: hue angle of 247.37º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312A63 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB494299-
CMYK0.510.5800.61
HSL247.37º40.43%27.65%-
HSV(B)247.37º57.58%38.82%-
XYZ4.353.2112.19-
YUV50.59155.32126.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=25.79%
G=22.11%
B=52.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4942990.510.5800.61247.3740.4327.65
Hex312A63333A03Df7281c
Octal615214363720753675034
Binary110001101010110001111001111101001111011111011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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