#312775

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

Shades of Paris M #312775

Tints of Paris M #312775

Color information

#312775 (or 0x312775) is unknown color: approx Paris M. HEX triplet: 31, 27 and 75. RGB value is (49,39,117). Sum of RGB (Red+Green+Blue) = 49+39+117=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #312775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312775 is #CED88A. Grayscale: #323232. Windows color (decimal): -13555851 or 7677745. OLE color: 7677745.

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

Color convert

RGB4939117-
CMYK0.580.6700.54
HSL247.69º50%30.59%-
HSV(B)247.69º66.67%45.88%-
XYZ5.23.3917.21-
YUV50.88165.31126.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=23.90%
G=19.02%
B=57.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49391170.580.6700.54247.695030.59
Hex3127753A43036f8321f
Octal6147165721030663706237
Binary1100011001111110101111010100001101101101111100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312775; }

 p { color: rgb(49,39,117); }

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

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

 a { background-color: rgb(49,39,117); }

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

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

 span { border-color: rgb(49,39,117); }

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