#312A61

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

Shades of Paris M #312A61

Tints of Paris M #312A61

Color information

#312A61 (or 0x312A61) is unknown color: approx Paris M. HEX triplet: 31, 2A and 61. RGB value is (49,42,97). Sum of RGB (Red+Green+Blue) = 49+42+97=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #312A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A61 is #CED59E. Grayscale: #323232. Windows color (decimal): -13555103 or 6367793. OLE color: 6367793.

HSL color Cylindrical-coordinate representation of color #312A61: hue angle of 247.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312A61 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB494297-
CMYK0.490.5700.62
HSL247.64º39.57%27.25%-
HSV(B)247.64º56.7%38.04%-
XYZ4.253.1711.7-
YUV50.36154.32127.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=26.06%
G=22.34%
B=51.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4942970.490.5700.62247.6439.5727.25
Hex312A61313903Ef8281b
Octal615214161710763705033
Binary110001101010110000111000111100101111101111100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,97); }

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

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

 a { background-color: rgb(49,42,97); }

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

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

 span { border-color: rgb(49,42,97); }

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