#312359

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

Shades of Paris M #312359

Tints of Paris M #312359

Color information

#312359 (or 0x312359) is unknown color: approx Paris M. HEX triplet: 31, 23 and 59. RGB value is (49,35,89). Sum of RGB (Red+Green+Blue) = 49+35+89=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #312359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312359 is #CEDCA6. Grayscale: #2D2D2D. Windows color (decimal): -13556903 or 5841713. OLE color: 5841713.

HSL color Cylindrical-coordinate representation of color #312359: hue angle of 255.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312359 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB493589-
CMYK0.450.6100.65
HSL255.56º43.55%24.31%-
HSV(B)255.56º60.67%34.9%-
XYZ3.672.589.75-
YUV45.34152.64130.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=28.32%
G=20.23%
B=51.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4935890.450.6100.65255.5643.5524.31
Hex3123592D3D0411002c18
Octal6143131557501014005430
Binary11000110001110110011011011111010100000110000000010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312359; }

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

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

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

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

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

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

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

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