#312772

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

Shades of Paris M #312772

Tints of Paris M #312772

Color information

#312772 (or 0x312772) is unknown color: approx Paris M. HEX triplet: 31, 27 and 72. RGB value is (49,39,114). Sum of RGB (Red+Green+Blue) = 49+39+114=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #312772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312772 is #CED88D. Grayscale: #323232. Windows color (decimal): -13555854 or 7481137. OLE color: 7481137.

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

Color convert

RGB4939114-
CMYK0.570.6600.55
HSL248º49.02%30%-
HSV(B)248º65.79%44.71%-
XYZ5.033.3216.3-
YUV50.54163.81126.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=24.26%
G=19.31%
B=56.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49391140.570.6600.5524849.0230
Hex3127723942037f8311e
Octal6147162711020673706136
Binary1100011001111110010111001100001001101111111100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312772; }

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

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

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

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

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

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

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

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