#31296D

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

Shades of Paris M #31296D

Tints of Paris M #31296D

Color information

#31296D (or 0x31296D) is unknown color: approx Paris M. HEX triplet: 31, 29 and 6D. RGB value is (49,41,109). Sum of RGB (Red+Green+Blue) = 49+41+109=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #31296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31296D is #CED692. Grayscale: #323232. Windows color (decimal): -13555347 or 7153969. OLE color: 7153969.

HSL color Cylindrical-coordinate representation of color #31296D: hue angle of 247.06º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31296D is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4941109-
CMYK0.550.6200.57
HSL247.06º45.33%29.41%-
HSV(B)247.06º62.39%42.75%-
XYZ4.823.3414.86-
YUV51.14160.65126.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=24.62%
G=20.60%
B=54.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49411090.550.6200.57247.0645.3329.41
Hex31296D373E039f72d1d
Octal615115567760713675535
Binary110001101001110110111011111111001110011111011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31296D; }

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

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

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

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

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

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

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

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