Html Css Color HEX #312373 Paris M

📋 copy color: '#312373'

red 49 ◦ green 35 ◦ blue 115

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

Shades of Paris M #312373

Tints of Paris M #312373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 24.62%
G = 17.59%
B = 57.79%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312373 (or 0x312373) is known color: Paris M. HEX triplet: 31, 23 and 73. RGB value is (49,35,115). Sum of RGB (Red+Green+Blue) = 49+35+115=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #312373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312373 is #CEDC8C. Grayscale: #2F2F2F. Windows color (decimal): -13556877 or 7545649. OLE color: 7545649.

HSL color Cylindrical-coordinate representation of color #312373: hue angle of 250.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312373 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 35 115 -
CMYK 0.57 0.70 0 0.55
HSL 250.5º 0.53% 0.29% -
HSV(B) 250.5º 0.7% 0.45% -
XYZ 4.96 3.09 16.56 -
YUV 48.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 49 35 115 0.57 0.70 0 0.55 250.5 0.53 0.29
Hex 31 23 73 39 46 0 37 FB 35 1D
Octal 61 43 163 71 106 0 67 373 65 35
Binary 110001 100011 1110011 111001 1000110 0 110111 11111011 110101 11101

Color Harmonies of #312373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312373

Black with #312373

Text Example


Text Example

White with #312373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312373; }

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

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

background-color css

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

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

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

border-color css

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

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

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