#312A60

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

Shades of Paris M #312A60

Tints of Paris M #312A60

Color information

#312A60 (or 0x312A60) is unknown color: approx Paris M. HEX triplet: 31, 2A and 60. RGB value is (49,42,96). Sum of RGB (Red+Green+Blue) = 49+42+96=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #312A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A60 is #CED59F. Grayscale: #323232. Windows color (decimal): -13555104 or 6302257. OLE color: 6302257.

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

Color convert

RGB494296-
CMYK0.490.5600.62
HSL247.78º39.13%27.06%-
HSV(B)247.78º56.25%37.65%-
XYZ4.213.1511.45-
YUV50.25153.82127.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=26.20%
G=22.46%
B=51.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4942960.490.5600.62247.7839.1327.06
Hex312A60313803Ef8271b
Octal615214061700763704733
Binary110001101010110000011000111100001111101111100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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