Html Css Color HEX #312872 Paris M

📋 copy color: '#312872'

red 49 ◦ green 40 ◦ blue 114

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

Shades of Paris M #312872

Tints of Paris M #312872

RGB

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

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

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

R = 24.14%
G = 19.7%
B = 56.16%

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

#312872 (or 0x312872) is known color: Paris M. HEX triplet: 31, 28 and 72. RGB value is (49,40,114). Sum of RGB (Red+Green+Blue) = 49+40+114=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #312872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312872 is #CED78D. Grayscale: #323232. Windows color (decimal): -13555598 or 7481393. OLE color: 7481393.

HSL color Cylindrical-coordinate representation of color #312872: hue angle of 247.3º 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 #312872 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 40 114 -
CMYK 0.57 0.65 0 0.55
HSL 247.3º 0.48% 0.3% -
HSV(B) 247.3º 0.65% 0.45% -
XYZ 5.06 3.39 16.31 -
YUV 51.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 49 40 114 0.57 0.65 0 0.55 247.3 0.48 0.3
Hex 31 28 72 39 41 0 37 F7 30 1E
Octal 61 50 162 71 101 0 67 367 60 36
Binary 110001 101000 1110010 111001 1000001 0 110111 11110111 110000 11110

Color Harmonies of #312872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312872

Black with #312872

Text Example


Text Example

White with #312872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312872; }

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

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

background-color css

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

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

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

border-color css

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

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

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