#312770

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

Shades of Paris M #312770

Tints of Paris M #312770

Color information

#312770 (or 0x312770) is unknown color: approx Paris M. HEX triplet: 31, 27 and 70. RGB value is (49,39,112). Sum of RGB (Red+Green+Blue) = 49+39+112=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #312770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312770 is #CED88F. Grayscale: #323232. Windows color (decimal): -13555856 or 7350065. OLE color: 7350065.

HSL color Cylindrical-coordinate representation of color #312770: hue angle of 248.22º degrees, saturation: 0.48, 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 #312770 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4939112-
CMYK0.560.6500.56
HSL248.22º48.34%29.61%-
HSV(B)248.22º65.18%43.92%-
XYZ4.923.2715.7-
YUV50.31162.81127.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 112 (44.14% from 255) = 56%
R=24.5%
G=19.5%
B=56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49391120.560.6500.56248.2248.3429.61
Hex3127703841038f8301e
Octal6147160701010703706036
Binary1100011001111110000111000100000101110001111100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312770; }

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

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

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

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

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

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

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

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