#312865

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

Shades of Paris M #312865

Tints of Paris M #312865

Color information

#312865 (or 0x312865) is unknown color: approx Paris M. HEX triplet: 31, 28 and 65. RGB value is (49,40,101). Sum of RGB (Red+Green+Blue) = 49+40+101=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #312865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312865 is #CED79A. Grayscale: #313131. Windows color (decimal): -13555611 or 6629425. OLE color: 6629425.

HSL color Cylindrical-coordinate representation of color #312865: hue angle of 248.85º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #312865 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4940101-
CMYK0.510.6000.60
HSL248.85º43.26%27.65%-
HSV(B)248.85º60.4%39.61%-
XYZ4.373.1112.68-
YUV49.64156.98127.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=25.79%
G=21.05%
B=53.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49401010.510.6000.60248.8543.2627.65
Hex312865333C03Cf92b1c
Octal615014563740743715334
Binary110001101000110010111001111110001111001111100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312865; }

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

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

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

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

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

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

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

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