#312771

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

Shades of Paris M #312771

Tints of Paris M #312771

Color information

#312771 (or 0x312771) is unknown color: approx Paris M. HEX triplet: 31, 27 and 71. RGB value is (49,39,113). Sum of RGB (Red+Green+Blue) = 49+39+113=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #312771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312771 is #CED88E. Grayscale: #323232. Windows color (decimal): -13555855 or 7415601. OLE color: 7415601.

HSL color Cylindrical-coordinate representation of color #312771: hue angle of 248.11º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312771 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4939113-
CMYK0.570.6500.56
HSL248.11º48.68%29.8%-
HSV(B)248.11º65.49%44.31%-
XYZ4.973.316-
YUV50.43163.31126.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=24.38%
G=19.40%
B=56.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49391130.570.6500.56248.1148.6829.8
Hex3127713941038f8311e
Octal6147161711010703706136
Binary1100011001111110001111001100000101110001111100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312771; }

 p { color: rgb(49,39,113); }

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

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

 a { background-color: rgb(49,39,113); }

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

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

 span { border-color: rgb(49,39,113); }

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