#312B5A

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

Shades of Paris M #312B5A

Tints of Paris M #312B5A

Color information

#312B5A (or 0x312B5A) is unknown color: approx Paris M. HEX triplet: 31, 2B and 5A. RGB value is (49,43,90). Sum of RGB (Red+Green+Blue) = 49+43+90=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #312B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B5A is #CED4A5. Grayscale: #313131. Windows color (decimal): -13554854 or 5909297. OLE color: 5909297.

HSL color Cylindrical-coordinate representation of color #312B5A: hue angle of 247.66º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #312B5A is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB494390-
CMYK0.460.5200.65
HSL247.66º35.34%26.08%-
HSV(B)247.66º52.22%35.29%-
XYZ3.983.1210.07-
YUV50.15150.49127.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=26.92%
G=23.63%
B=49.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4943900.460.5200.65247.6635.3426.08
Hex312B5A2E34041f8231a
Octal6153132566401013704332
Binary1100011010111011010101110110100010000011111100010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,43,90); }

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

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

 a { background-color: rgb(49,43,90); }

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

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

 span { border-color: rgb(49,43,90); }

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