#312B62

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

Shades of Paris M #312B62

Tints of Paris M #312B62

Color information

#312B62 (or 0x312B62) is unknown color: approx Paris M. HEX triplet: 31, 2B and 62. RGB value is (49,43,98). Sum of RGB (Red+Green+Blue) = 49+43+98=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #312B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B62 is #CED49D. Grayscale: #323232. Windows color (decimal): -13554846 or 6433585. OLE color: 6433585.

HSL color Cylindrical-coordinate representation of color #312B62: hue angle of 246.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #312B62 is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB494398-
CMYK0.50.5600.62
HSL246.55º39.01%27.65%-
HSV(B)246.55º56.12%38.43%-
XYZ4.343.2611.96-
YUV51.06154.49126.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 98 (38.67% from 255) = 51.58%
R=25.79%
G=22.63%
B=51.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4943980.50.5600.62246.5539.0127.65
Hex312B62323803Ef7271c
Octal615314262700763674734
Binary110001101011110001011001011100001111101111011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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