#312259

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

Shades of Paris M #312259

Tints of Paris M #312259

Color information

#312259 (or 0x312259) is unknown color: approx Paris M. HEX triplet: 31, 22 and 59. RGB value is (49,34,89). Sum of RGB (Red+Green+Blue) = 49+34+89=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #312259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312259 is #CEDDA6. Grayscale: #2C2C2C. Windows color (decimal): -13557159 or 5841457. OLE color: 5841457.

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

Color convert

RGB493489-
CMYK0.450.6200.65
HSL256.36º44.72%24.12%-
HSV(B)256.36º61.8%34.9%-
XYZ3.642.529.75-
YUV44.76152.97131.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=28.49%
G=19.77%
B=51.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4934890.450.6200.65256.3644.7224.12
Hex3122592D3E0411002d18
Octal6142131557601014005530
Binary11000110001010110011011011111100100000110000000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312259; }

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

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

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

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

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

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

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

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