#312776

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

Shades of Paris M #312776

Tints of Paris M #312776

Color information

#312776 (or 0x312776) is unknown color: approx Paris M. HEX triplet: 31, 27 and 76. RGB value is (49,39,118). Sum of RGB (Red+Green+Blue) = 49+39+118=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #312776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312776 is #CED889. Grayscale: #323232. Windows color (decimal): -13555850 or 7743281. OLE color: 7743281.

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

Color convert

RGB4939118-
CMYK0.580.6700.54
HSL247.59º50.32%30.78%-
HSV(B)247.59º66.95%46.27%-
XYZ5.263.4117.52-
YUV51165.81126.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=23.79%
G=18.93%
B=57.28%

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
Decimal49391180.580.6700.54247.5950.3230.78
Hex3127763A43036f8321f
Octal6147166721030663706237
Binary1100011001111110110111010100001101101101111100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312776; }

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

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

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

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

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

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

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

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