#312576

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

Shades of Paris M #312576

Tints of Paris M #312576

Color information

#312576 (or 0x312576) is unknown color: approx Paris M. HEX triplet: 31, 25 and 76. RGB value is (49,37,118). Sum of RGB (Red+Green+Blue) = 49+37+118=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #312576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312576 is #CEDA89. Grayscale: #313131. Windows color (decimal): -13556362 or 7742769. OLE color: 7742769.

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

Color convert

RGB4937118-
CMYK0.580.6900.54
HSL248.89º52.26%30.39%-
HSV(B)248.89º68.64%46.27%-
XYZ5.23.2817.5-
YUV49.82166.48127.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=24.02%
G=18.14%
B=57.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49371180.580.6900.54248.8952.2630.39
Hex3125763A45036f9341e
Octal6145166721050663716436
Binary1100011001011110110111010100010101101101111100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312576; }

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

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

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

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

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

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

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

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