#312962

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

Shades of Paris M #312962

Tints of Paris M #312962

Color information

#312962 (or 0x312962) is unknown color: approx Paris M. HEX triplet: 31, 29 and 62. RGB value is (49,41,98). Sum of RGB (Red+Green+Blue) = 49+41+98=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #312962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312962 is #CED69D. Grayscale: #313131. Windows color (decimal): -13555358 or 6433073. OLE color: 6433073.

HSL color Cylindrical-coordinate representation of color #312962: hue angle of 248.42º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312962 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB494198-
CMYK0.50.5800.62
HSL248.42º41.01%27.25%-
HSV(B)248.42º58.16%38.43%-
XYZ4.263.1211.93-
YUV49.89155.15127.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=26.06%
G=21.81%
B=52.13%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4941980.50.5800.62248.4241.0127.25
Hex312962323A03Ef8291b
Octal615114262720763705133
Binary110001101001110001011001011101001111101111100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312962; }

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

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

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

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

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

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

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

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