#312870

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

Shades of Paris M #312870

Tints of Paris M #312870

Color information

#312870 (or 0x312870) is unknown color: approx Paris M. HEX triplet: 31, 28 and 70. RGB value is (49,40,112). Sum of RGB (Red+Green+Blue) = 49+40+112=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #312870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312870 is #CED78F. Grayscale: #323232. Windows color (decimal): -13555600 or 7350321. OLE color: 7350321.

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

Color convert

RGB4940112-
CMYK0.560.6400.56
HSL247.5º47.37%29.8%-
HSV(B)247.5º64.29%43.92%-
XYZ4.953.3415.71-
YUV50.9162.48126.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=24.38%
G=19.90%
B=55.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49401120.560.6400.56247.547.3729.8
Hex3128703840038f82f1e
Octal6150160701000703705736
Binary1100011010001110000111000100000001110001111100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312870; }

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

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

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

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

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

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

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

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