#312368

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

Shades of Paris M #312368

Tints of Paris M #312368

Color information

#312368 (or 0x312368) is unknown color: approx Paris M. HEX triplet: 31, 23 and 68. RGB value is (49,35,104). Sum of RGB (Red+Green+Blue) = 49+35+104=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #312368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312368 is #CEDC97. Grayscale: #2E2E2E. Windows color (decimal): -13556888 or 6824753. OLE color: 6824753.

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

Color convert

RGB4935104-
CMYK0.530.6600.59
HSL252.17º49.64%27.25%-
HSV(B)252.17º66.35%40.78%-
XYZ4.372.8513.42-
YUV47.05160.14129.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=26.06%
G=18.62%
B=55.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49351040.530.6600.59252.1749.6427.25
Hex312368354203Bfc321b
Octal6143150651020733746233
Binary1100011000111101000110101100001001110111111110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312368; }

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

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

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

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

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

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

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

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