#312A6A

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

Shades of Paris M #312A6A

Tints of Paris M #312A6A

Color information

#312A6A (or 0x312A6A) is unknown color: approx Paris M. HEX triplet: 31, 2A and 6A. RGB value is (49,42,106). Sum of RGB (Red+Green+Blue) = 49+42+106=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #312A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A6A is #CED595. Grayscale: #333333. Windows color (decimal): -13555094 or 6957617. OLE color: 6957617.

HSL color Cylindrical-coordinate representation of color #312A6A: hue angle of 246.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #312A6A is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4942106-
CMYK0.540.6000.58
HSL246.56º43.24%29.02%-
HSV(B)246.56º60.38%41.57%-
XYZ4.73.3514.03-
YUV51.39158.82126.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 106 (41.80% from 255) = 53.81%
R=24.87%
G=21.32%
B=53.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49421060.540.6000.58246.5643.2429.02
Hex312A6A363C03Af72b1d
Octal615215266740723675335
Binary110001101010110101011011011110001110101111011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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