#312361

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

Shades of Paris M #312361

Tints of Paris M #312361

Color information

#312361 (or 0x312361) is unknown color: approx Paris M. HEX triplet: 31, 23 and 61. RGB value is (49,35,97). Sum of RGB (Red+Green+Blue) = 49+35+97=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #312361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312361 is #CEDC9E. Grayscale: #2E2E2E. Windows color (decimal): -13556895 or 6366001. OLE color: 6366001.

HSL color Cylindrical-coordinate representation of color #312361: hue angle of 253.55º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #312361 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB493597-
CMYK0.490.6400.62
HSL253.55º46.97%25.88%-
HSV(B)253.55º63.92%38.04%-
XYZ4.032.7211.62-
YUV46.25156.64129.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=27.07%
G=19.34%
B=53.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4935970.490.6400.62253.5546.9725.88
Hex312361314003Efe2f1a
Octal6143141611000763765732
Binary1100011000111100001110001100000001111101111111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312361; }

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

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

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

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

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

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

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

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