Html Css Color HEX #312357 Paris M

📋 copy color: '#312357'

red 49 ◦ green 35 ◦ blue 87

#312357
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #312357

Tints of Paris M #312357

RGB

 RED value IS 49 (19.53% from 255) = 28.65%

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 87 (34.38% from 255) = 50.88%

R = 28.65%
G = 20.47%
B = 50.88%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#312357 (or 0x312357) is known color: Paris M. HEX triplet: 31, 23 and 57. RGB value is (49,35,87). Sum of RGB (Red+Green+Blue) = 49+35+87=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #312357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312357 is #CEDCA8. Grayscale: #2C2C2C. Windows color (decimal): -13556905 or 5710641. OLE color: 5710641.

HSL color Cylindrical-coordinate representation of color #312357: hue angle of 256.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #312357 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 35 87 -
CMYK 0.44 0.60 0 0.66
HSL 256.15º 0.43% 0.24% -
HSV(B) 256.15º 0.6% 0.34% -
XYZ 3.59 2.54 9.32 -
YUV 45.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 49 35 87 0.44 0.60 0 0.66 256.15 0.43 0.24
Hex 31 23 57 2C 3C 0 42 100 2B 18
Octal 61 43 127 54 74 0 102 400 53 30
Binary 110001 100011 1010111 101100 111100 0 1000010 100000000 101011 11000

Color Harmonies of #312357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312357

Black with #312357

Text Example


Text Example

White with #312357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312357; }

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

 H1.HeaderClassName
 {
   color: #312357;
 }
 .AnyTagClassName
 {
   color: #312357;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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