#312676

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

Shades of Paris M #312676

Tints of Paris M #312676

Color information

#312676 (or 0x312676) is unknown color: approx Paris M. HEX triplet: 31, 26 and 76. RGB value is (49,38,118). Sum of RGB (Red+Green+Blue) = 49+38+118=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #312676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312676 is #CED989. Grayscale: #323232. Windows color (decimal): -13556106 or 7743025. OLE color: 7743025.

HSL color Cylindrical-coordinate representation of color #312676: hue angle of 248.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312676 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4938118-
CMYK0.580.6800.54
HSL248.25º51.28%30.59%-
HSV(B)248.25º67.8%46.27%-
XYZ5.233.3517.51-
YUV50.41166.14127-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=23.90%
G=18.54%
B=57.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49381180.580.6800.54248.2551.2830.59
Hex3126763A44036f8331f
Octal6146166721040663706337
Binary1100011001101110110111010100010001101101111100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312676; }

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

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

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

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

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

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

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

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