Html Css Color HEX #312873 Paris M

📋 copy color: '#312873'

red 49 ◦ green 40 ◦ blue 115

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

Shades of Paris M #312873

Tints of Paris M #312873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 24.02%
G = 19.61%
B = 56.37%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312873 (or 0x312873) is known color: Paris M. HEX triplet: 31, 28 and 73. RGB value is (49,40,115). Sum of RGB (Red+Green+Blue) = 49+40+115=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #312873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312873 is #CED78C. Grayscale: #323232. Windows color (decimal): -13555597 or 7546929. OLE color: 7546929.

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

Color convert

RGB 49 40 115 -
CMYK 0.57 0.65 0 0.55
HSL 247.2º 0.48% 0.3% -
HSV(B) 247.2º 0.65% 0.45% -
XYZ 5.12 3.41 16.61 -
YUV 51.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 49 40 115 0.57 0.65 0 0.55 247.2 0.48 0.3
Hex 31 28 73 39 41 0 37 F7 30 1E
Octal 61 50 163 71 101 0 67 367 60 36
Binary 110001 101000 1110011 111001 1000001 0 110111 11110111 110000 11110

Color Harmonies of #312873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312873

Black with #312873

Text Example


Text Example

White with #312873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312873; }

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

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

background-color css

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

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

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

border-color css

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

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

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