#312563

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

Shades of Paris M #312563

Tints of Paris M #312563

Color information

#312563 (or 0x312563) is unknown color: approx Paris M. HEX triplet: 31, 25 and 63. RGB value is (49,37,99). Sum of RGB (Red+Green+Blue) = 49+37+99=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #312563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312563 is #CEDA9C. Grayscale: #2F2F2F. Windows color (decimal): -13556381 or 6497585. OLE color: 6497585.

HSL color Cylindrical-coordinate representation of color #312563: hue angle of 251.61º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312563 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB493799-
CMYK0.510.6300.61
HSL251.61º45.59%26.67%-
HSV(B)251.61º62.63%38.82%-
XYZ4.182.8812.14-
YUV47.66156.98128.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=26.49%
G=20%
B=53.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4937990.510.6300.61251.6145.5926.67
Hex312563333F03Dfc2e1b
Octal614514363770753745633
Binary110001100101110001111001111111101111011111110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312563; }

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

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

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

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

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

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

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

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