#312663

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

Shades of Paris M #312663

Tints of Paris M #312663

Color information

#312663 (or 0x312663) is unknown color: approx Paris M. HEX triplet: 31, 26 and 63. RGB value is (49,38,99). Sum of RGB (Red+Green+Blue) = 49+38+99=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #312663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312663 is #CED99C. Grayscale: #303030. Windows color (decimal): -13556125 or 6497841. OLE color: 6497841.

HSL color Cylindrical-coordinate representation of color #312663: hue angle of 250.82º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312663 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB493899-
CMYK0.510.6200.61
HSL250.82º44.53%26.86%-
HSV(B)250.82º61.62%38.82%-
XYZ4.212.9412.15-
YUV48.24156.64128.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=26.34%
G=20.43%
B=53.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4938990.510.6200.61250.8244.5326.86
Hex312663333E03Dfb2d1b
Octal614614363760753735533
Binary110001100110110001111001111111001111011111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312663; }

 p { color: rgb(49,38,99); }

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

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

 a { background-color: rgb(49,38,99); }

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

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

 span { border-color: rgb(49,38,99); }

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