Html Css Color HEX #312771 Paris M

📋 copy color: '#312771'

red 49 ◦ green 39 ◦ blue 113

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

Shades of Paris M #312771

Tints of Paris M #312771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

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

R = 24.38%
G = 19.4%
B = 56.22%

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

#312771 (or 0x312771) is known color: Paris M. HEX triplet: 31, 27 and 71. RGB value is (49,39,113). Sum of RGB (Red+Green+Blue) = 49+39+113=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #312771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312771 is #CED88E. Grayscale: #323232. Windows color (decimal): -13555855 or 7415601. OLE color: 7415601.

HSL color Cylindrical-coordinate representation of color #312771: hue angle of 248.11º degrees, saturation: 0.49, 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 #312771 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 39 113 -
CMYK 0.57 0.65 0 0.56
HSL 248.11º 0.49% 0.3% -
HSV(B) 248.11º 0.65% 0.44% -
XYZ 4.97 3.3 16 -
YUV 50.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 49 39 113 0.57 0.65 0 0.56 248.11 0.49 0.3
Hex 31 27 71 39 41 0 38 F8 31 1E
Octal 61 47 161 71 101 0 70 370 61 36
Binary 110001 100111 1110001 111001 1000001 0 111000 11111000 110001 11110

Color Harmonies of #312771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312771

Black with #312771

Text Example


Text Example

White with #312771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312771; }

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

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

background-color css

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

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

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

border-color css

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

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

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