#312362

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

Shades of Paris M #312362

Tints of Paris M #312362

Color information

#312362 (or 0x312362) is unknown color: approx Paris M. HEX triplet: 31, 23 and 62. RGB value is (49,35,98). Sum of RGB (Red+Green+Blue) = 49+35+98=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #312362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312362 is #CEDC9D. Grayscale: #2E2E2E. Windows color (decimal): -13556894 or 6431537. OLE color: 6431537.

HSL color Cylindrical-coordinate representation of color #312362: hue angle of 253.33º 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 #312362 is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB493598-
CMYK0.50.6400.62
HSL253.33º47.37%26.08%-
HSV(B)253.33º64.29%38.43%-
XYZ4.072.7411.87-
YUV46.37157.14129.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=26.92%
G=19.23%
B=53.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4935980.50.6400.62253.3347.3726.08
Hex312362324003Efd2f1a
Octal6143142621000763755732
Binary1100011000111100010110010100000001111101111110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312362; }

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

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

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

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

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

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

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

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