#312258

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

Shades of Paris M #312258

Tints of Paris M #312258

Color information

#312258 (or 0x312258) is unknown color: approx Paris M. HEX triplet: 31, 22 and 58. RGB value is (49,34,88). Sum of RGB (Red+Green+Blue) = 49+34+88=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #312258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312258 is #CEDDA7. Grayscale: #2C2C2C. Windows color (decimal): -13557160 or 5775921. OLE color: 5775921.

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

Color convert

RGB493488-
CMYK0.440.6100.65
HSL256.67º44.26%23.92%-
HSV(B)256.67º61.36%34.51%-
XYZ3.62.59.53-
YUV44.64152.47131.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=28.65%
G=19.88%
B=51.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4934880.440.6100.65256.6744.2623.92
Hex3122582C3D0411012c18
Octal6142130547501014015430
Binary11000110001010110001011001111010100000110000000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312258; }

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

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

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

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

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

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

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

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