Html Css Color HEX #312857 Paris M

📋 copy color: '#312857'

red 49 ◦ green 40 ◦ blue 87

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

Shades of Paris M #312857

Tints of Paris M #312857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

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

R = 27.84%
G = 22.73%
B = 49.43%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#312857 (or 0x312857) is known color: Paris M. HEX triplet: 31, 28 and 57. RGB value is (49,40,87). Sum of RGB (Red+Green+Blue) = 49+40+87=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #312857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312857 is #CED7A8. Grayscale: #2F2F2F. Windows color (decimal): -13555625 or 5711921. OLE color: 5711921.

HSL color Cylindrical-coordinate representation of color #312857: hue angle of 251.49º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312857 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 40 87 -
CMYK 0.44 0.54 0 0.66
HSL 251.49º 0.37% 0.25% -
HSV(B) 251.49º 0.54% 0.34% -
XYZ 3.75 2.86 9.37 -
YUV 48.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 49 40 87 0.44 0.54 0 0.66 251.49 0.37 0.25
Hex 31 28 57 2C 36 0 42 FB 25 19
Octal 61 50 127 54 66 0 102 373 45 31
Binary 110001 101000 1010111 101100 110110 0 1000010 11111011 100101 11001

Color Harmonies of #312857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312857

Black with #312857

Text Example


Text Example

White with #312857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312857; }

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

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

background-color css

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

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

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

border-color css

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

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

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