#312868

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

Shades of Paris M #312868

Tints of Paris M #312868

Color information

#312868 (or 0x312868) is unknown color: approx Paris M. HEX triplet: 31, 28 and 68. RGB value is (49,40,104). Sum of RGB (Red+Green+Blue) = 49+40+104=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #312868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312868 is #CED797. Grayscale: #313131. Windows color (decimal): -13555608 or 6826033. OLE color: 6826033.

HSL color Cylindrical-coordinate representation of color #312868: hue angle of 248.44º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312868 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4940104-
CMYK0.530.6200.59
HSL248.44º44.44%28.24%-
HSV(B)248.44º61.54%40.78%-
XYZ4.523.1713.47-
YUV49.99158.48127.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=25.39%
G=20.73%
B=53.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49401040.530.6200.59248.4444.4428.24
Hex312868353E03Bf82c1c
Octal615015065760733705434
Binary110001101000110100011010111111001110111111100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312868; }

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

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

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

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

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

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

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

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