#312673

Color #312673 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #312673

Tints of Paris M #312673

Color information

#312673 (or 0x312673) is unknown color: approx Paris M. HEX triplet: 31, 26 and 73. RGB value is (49,38,115). Sum of RGB (Red+Green+Blue) = 49+38+115=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #312673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312673 is #CED98C. Grayscale: #313131. Windows color (decimal): -13556109 or 7546417. OLE color: 7546417.

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

Color convert

RGB4938115-
CMYK0.570.6700.55
HSL248.57º50.33%30%-
HSV(B)248.57º66.96%45.1%-
XYZ5.053.2816.59-
YUV50.07164.64127.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=24.26%
G=18.81%
B=56.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49381150.570.6700.55248.5750.3330
Hex3126733943037f9321e
Octal6146163711030673716236
Binary1100011001101110011111001100001101101111111100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312673; }

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

 H1.HeaderClassName
 {
   color: #312673;
 }
 .AnyTagClassName
 {
   color: #312673;
 }
</style>
background-color css

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

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

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

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

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

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