Html Css Color HEX #312774 Paris M

📋 copy color: '#312774'

red 49 ◦ green 39 ◦ blue 116

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

Shades of Paris M #312774

Tints of Paris M #312774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 24.02%
G = 19.12%
B = 56.86%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312774 (or 0x312774) is known color: Paris M. HEX triplet: 31, 27 and 74. RGB value is (49,39,116). Sum of RGB (Red+Green+Blue) = 49+39+116=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #312774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312774 is #CED88B. Grayscale: #323232. Windows color (decimal): -13555852 or 7612209. OLE color: 7612209.

HSL color Cylindrical-coordinate representation of color #312774: hue angle of 247.79º degrees, saturation: 0.5, 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 #312774 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 39 116 -
CMYK 0.58 0.66 0 0.55
HSL 247.79º 0.5% 0.3% -
HSV(B) 247.79º 0.66% 0.45% -
XYZ 5.14 3.36 16.9 -
YUV 50.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 49 39 116 0.58 0.66 0 0.55 247.79 0.5 0.3
Hex 31 27 74 3A 42 0 37 F8 32 1E
Octal 61 47 164 72 102 0 67 370 62 36
Binary 110001 100111 1110100 111010 1000010 0 110111 11111000 110010 11110

Color Harmonies of #312774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312774

Black with #312774

Text Example


Text Example

White with #312774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312774; }

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

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

background-color css

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

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

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

border-color css

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

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

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