Html Css Color HEX #312672 Paris M

📋 copy color: '#312672'

red 49 ◦ green 38 ◦ blue 114

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

Shades of Paris M #312672

Tints of Paris M #312672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 24.38%
G = 18.91%
B = 56.72%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312672 (or 0x312672) is known color: Paris M. HEX triplet: 31, 26 and 72. RGB value is (49,38,114). Sum of RGB (Red+Green+Blue) = 49+38+114=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #312672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312672 is #CED98D. Grayscale: #313131. Windows color (decimal): -13556110 or 7480881. OLE color: 7480881.

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

Color convert

RGB 49 38 114 -
CMYK 0.57 0.67 0 0.55
HSL 248.68º 0.5% 0.3% -
HSV(B) 248.68º 0.67% 0.45% -
XYZ 5 3.25 16.28 -
YUV 49.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 49 38 114 0.57 0.67 0 0.55 248.68 0.5 0.3
Hex 31 26 72 39 43 0 37 F9 32 1E
Octal 61 46 162 71 103 0 67 371 62 36
Binary 110001 100110 1110010 111001 1000011 0 110111 11111001 110010 11110

Color Harmonies of #312672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312672

Black with #312672

Text Example


Text Example

White with #312672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312672; }

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

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

background-color css

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

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

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

border-color css

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

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

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