#312D58

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

Shades of Paris M #312D58

Tints of Paris M #312D58

Color information

#312D58 (or 0x312D58) is unknown color: approx Paris M. HEX triplet: 31, 2D and 58. RGB value is (49,45,88). Sum of RGB (Red+Green+Blue) = 49+45+88=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #312D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D58 is #CED2A7. Grayscale: #323232. Windows color (decimal): -13554344 or 5778737. OLE color: 5778737.

HSL color Cylindrical-coordinate representation of color #312D58: hue angle of 245.58º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312D58 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB494588-
CMYK0.440.4900.65
HSL245.58º32.33%26.08%-
HSV(B)245.58º48.86%34.51%-
XYZ3.973.239.65-
YUV51.1148.83126.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=26.92%
G=24.73%
B=48.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4945880.440.4900.65245.5832.3326.08
Hex312D582C31041f6201a
Octal6155130546101013664032
Binary1100011011011011000101100110001010000011111011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,45,88); }

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

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

 a { background-color: rgb(49,45,88); }

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

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

 span { border-color: rgb(49,45,88); }

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