#31295F

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

Shades of Paris M #31295F

Tints of Paris M #31295F

Color information

#31295F (or 0x31295F) is unknown color: approx Paris M. HEX triplet: 31, 29 and 5F. RGB value is (49,41,95). Sum of RGB (Red+Green+Blue) = 49+41+95=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #31295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31295F is #CED6A0. Grayscale: #313131. Windows color (decimal): -13555361 or 6236465. OLE color: 6236465.

HSL color Cylindrical-coordinate representation of color #31295F: hue angle of 248.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31295F is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB494195-
CMYK0.480.5700.63
HSL248.89º39.71%26.67%-
HSV(B)248.89º56.84%37.25%-
XYZ4.133.0711.2-
YUV49.55153.65127.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=26.49%
G=22.16%
B=51.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4941950.480.5700.63248.8939.7126.67
Hex31295F303903Ff9281b
Octal615113760710773715033
Binary110001101001101111111000011100101111111111100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31295F; }

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

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

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

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

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

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

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

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