Html Css Color HEX #312772 Paris M

📋 copy color: '#312772'

red 49 ◦ green 39 ◦ blue 114

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

Shades of Paris M #312772

Tints of Paris M #312772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 24.26%
G = 19.31%
B = 56.44%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312772 (or 0x312772) is known color: Paris M. HEX triplet: 31, 27 and 72. RGB value is (49,39,114). Sum of RGB (Red+Green+Blue) = 49+39+114=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #312772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312772 is #CED88D. Grayscale: #323232. Windows color (decimal): -13555854 or 7481137. OLE color: 7481137.

HSL color Cylindrical-coordinate representation of color #312772: hue angle of 248º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312772 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 39 114 -
CMYK 0.57 0.66 0 0.55
HSL 248º 0.49% 0.3% -
HSV(B) 248º 0.66% 0.45% -
XYZ 5.03 3.32 16.3 -
YUV 50.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 49 39 114 0.57 0.66 0 0.55 248 0.49 0.3
Hex 31 27 72 39 42 0 37 F8 31 1E
Octal 61 47 162 71 102 0 67 370 61 36
Binary 110001 100111 1110010 111001 1000010 0 110111 11111000 110001 11110

Color Harmonies of #312772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312772

Black with #312772

Text Example


Text Example

White with #312772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312772; }

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

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

background-color css

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

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

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

border-color css

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

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

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