#312964

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

Shades of Paris M #312964

Tints of Paris M #312964

Color information

#312964 (or 0x312964) is unknown color: approx Paris M. HEX triplet: 31, 29 and 64. RGB value is (49,41,100). Sum of RGB (Red+Green+Blue) = 49+41+100=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #312964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312964 is #CED69B. Grayscale: #313131. Windows color (decimal): -13555356 or 6564145. OLE color: 6564145.

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

Color convert

RGB4941100-
CMYK0.510.5900.61
HSL248.14º41.84%27.65%-
HSV(B)248.14º59%39.22%-
XYZ4.363.1612.44-
YUV50.12156.15127.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 100 (39.45% from 255) = 52.63%
R=25.79%
G=21.58%
B=52.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49411000.510.5900.61248.1441.8427.65
Hex312964333B03Df82a1c
Octal615114463730753705234
Binary110001101001110010011001111101101111011111100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312964; }

 p { color: rgb(49,41,100); }

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

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

 a { background-color: rgb(49,41,100); }

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

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

 span { border-color: rgb(49,41,100); }

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