#312C65

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

Shades of Paris M #312C65

Tints of Paris M #312C65

Color information

#312C65 (or 0x312C65) is unknown color: approx Paris M. HEX triplet: 31, 2C and 65. RGB value is (49,44,101). Sum of RGB (Red+Green+Blue) = 49+44+101=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #312C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C65 is #CED39A. Grayscale: #333333. Windows color (decimal): -13554587 or 6630449. OLE color: 6630449.

HSL color Cylindrical-coordinate representation of color #312C65: hue angle of 245.26º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #312C65 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4944101-
CMYK0.510.5600.60
HSL245.26º39.31%28.43%-
HSV(B)245.26º56.44%39.61%-
XYZ4.523.3912.73-
YUV51.99155.66125.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=25.26%
G=22.68%
B=52.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49441010.510.5600.60245.2639.3128.43
Hex312C65333803Cf5271c
Octal615414563700743654734
Binary110001101100110010111001111100001111001111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312C65; }

 p { color: rgb(49,44,101); }

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

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

 a { background-color: rgb(49,44,101); }

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

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

 span { border-color: rgb(49,44,101); }

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