#312969

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

Shades of Paris M #312969

Tints of Paris M #312969

Color information

#312969 (or 0x312969) is unknown color: approx Paris M. HEX triplet: 31, 29 and 69. RGB value is (49,41,105). Sum of RGB (Red+Green+Blue) = 49+41+105=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #312969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312969 is #CED696. Grayscale: #323232. Windows color (decimal): -13555351 or 6891825. OLE color: 6891825.

HSL color Cylindrical-coordinate representation of color #312969: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312969 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4941105-
CMYK0.530.6100.59
HSL247.5º43.84%28.63%-
HSV(B)247.5º60.95%41.18%-
XYZ4.613.2613.75-
YUV50.69158.65126.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=25.13%
G=21.03%
B=53.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49411050.530.6100.59247.543.8428.63
Hex312969353D03Bf82c1d
Octal615115165750733705435
Binary110001101001110100111010111110101110111111100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312969; }

 p { color: rgb(49,41,105); }

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

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

 a { background-color: rgb(49,41,105); }

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

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

 span { border-color: rgb(49,41,105); }

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