#312858

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

Shades of Paris M #312858

Tints of Paris M #312858

Color information

#312858 (or 0x312858) is unknown color: approx Paris M. HEX triplet: 31, 28 and 58. RGB value is (49,40,88). Sum of RGB (Red+Green+Blue) = 49+40+88=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #312858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312858 is #CED7A7. Grayscale: #2F2F2F. Windows color (decimal): -13555624 or 5777457. OLE color: 5777457.

HSL color Cylindrical-coordinate representation of color #312858: hue angle of 251.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312858 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB494088-
CMYK0.440.5500.65
HSL251.25º37.5%25.1%-
HSV(B)251.25º54.55%34.51%-
XYZ3.792.889.59-
YUV48.16150.48128.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=27.68%
G=22.60%
B=49.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4940880.440.5500.65251.2537.525.1
Hex3128582C37041fb2519
Octal6150130546701013734531
Binary1100011010001011000101100110111010000011111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312858; }

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

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

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

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

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

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

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

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