#312A6D

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

Shades of Paris M #312A6D

Tints of Paris M #312A6D

Color information

#312A6D (or 0x312A6D) is unknown color: approx Paris M. HEX triplet: 31, 2A and 6D. RGB value is (49,42,109). Sum of RGB (Red+Green+Blue) = 49+42+109=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #312A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A6D is #CED592. Grayscale: #333333. Windows color (decimal): -13555091 or 7154225. OLE color: 7154225.

HSL color Cylindrical-coordinate representation of color #312A6D: hue angle of 246.27º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312A6D is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4942109-
CMYK0.550.6100.57
HSL246.27º44.37%29.61%-
HSV(B)246.27º61.47%42.75%-
XYZ4.853.4114.87-
YUV51.73160.32126.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 42 (16.80% from 255) = 21%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=24.5%
G=21%
B=54.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49421090.550.6100.57246.2744.3729.61
Hex312A6D373D039f62c1e
Octal615215567750713665436
Binary110001101010110110111011111110101110011111011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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