Html Css Color HEX #312871 Paris M

📋 copy color: '#312871'

red 49 ◦ green 40 ◦ blue 113

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

Shades of Paris M #312871

Tints of Paris M #312871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.94%

R = 24.26%
G = 19.8%
B = 55.94%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#312871 (or 0x312871) is known color: Paris M. HEX triplet: 31, 28 and 71. RGB value is (49,40,113). Sum of RGB (Red+Green+Blue) = 49+40+113=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #312871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312871 is #CED78E. Grayscale: #323232. Windows color (decimal): -13555599 or 7415857. OLE color: 7415857.

HSL color Cylindrical-coordinate representation of color #312871: hue angle of 247.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312871 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 40 113 -
CMYK 0.57 0.65 0 0.56
HSL 247.4º 0.48% 0.3% -
HSV(B) 247.4º 0.65% 0.44% -
XYZ 5.01 3.36 16.01 -
YUV 51.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 49 40 113 0.57 0.65 0 0.56 247.4 0.48 0.3
Hex 31 28 71 39 41 0 38 F7 30 1E
Octal 61 50 161 71 101 0 70 367 60 36
Binary 110001 101000 1110001 111001 1000001 0 111000 11110111 110000 11110

Color Harmonies of #312871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312871

Black with #312871

Text Example


Text Example

White with #312871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312871; }

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

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

background-color css

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

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

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

border-color css

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

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

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