Html Css Color HEX #312957 Paris M

📋 copy color: '#312957'

red 49 ◦ green 41 ◦ blue 87

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

Shades of Paris M #312957

Tints of Paris M #312957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

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

R = 27.68%
G = 23.16%
B = 49.15%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#312957 (or 0x312957) is known color: Paris M. HEX triplet: 31, 29 and 57. RGB value is (49,41,87). Sum of RGB (Red+Green+Blue) = 49+41+87=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #312957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312957 is #CED6A8. Grayscale: #303030. Windows color (decimal): -13555369 or 5712177. OLE color: 5712177.

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

Color convert

RGB 49 41 87 -
CMYK 0.44 0.53 0 0.66
HSL 250.43º 0.36% 0.25% -
HSV(B) 250.43º 0.53% 0.34% -
XYZ 3.78 2.93 9.38 -
YUV 48.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 49 41 87 0.44 0.53 0 0.66 250.43 0.36 0.25
Hex 31 29 57 2C 35 0 42 FA 24 19
Octal 61 51 127 54 65 0 102 372 44 31
Binary 110001 101001 1010111 101100 110101 0 1000010 11111010 100100 11001

Color Harmonies of #312957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312957

Black with #312957

Text Example


Text Example

White with #312957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312957; }

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

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

background-color css

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

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

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

border-color css

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

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

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