Html Css Color HEX #312473 Paris M

📋 copy color: '#312473'

red 49 ◦ green 36 ◦ blue 115

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

Shades of Paris M #312473

Tints of Paris M #312473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

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

R = 24.5%
G = 18%
B = 57.5%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312473 (or 0x312473) is known color: Paris M. HEX triplet: 31, 24 and 73. RGB value is (49,36,115). Sum of RGB (Red+Green+Blue) = 49+36+115=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #312473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312473 is #CEDB8C. Grayscale: #303030. Windows color (decimal): -13556621 or 7545905. OLE color: 7545905.

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

Color convert

RGB 49 36 115 -
CMYK 0.57 0.69 0 0.55
HSL 249.87º 0.52% 0.3% -
HSV(B) 249.87º 0.69% 0.45% -
XYZ 4.99 3.15 16.57 -
YUV 48.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 49 36 115 0.57 0.69 0 0.55 249.87 0.52 0.3
Hex 31 24 73 39 45 0 37 FA 34 1E
Octal 61 44 163 71 105 0 67 372 64 36
Binary 110001 100100 1110011 111001 1000101 0 110111 11111010 110100 11110

Color Harmonies of #312473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312473

Black with #312473

Text Example


Text Example

White with #312473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312473; }

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

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

background-color css

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

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

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

border-color css

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

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

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