#31206D

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

Shades of Paris M #31206D

Tints of Paris M #31206D

Color information

#31206D (or 0x31206D) is unknown color: approx Paris M. HEX triplet: 31, 20 and 6D. RGB value is (49,32,109). Sum of RGB (Red+Green+Blue) = 49+32+109=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #31206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31206D is #CEDF92. Grayscale: #2D2D2D. Windows color (decimal): -13557651 or 7151665. OLE color: 7151665.

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

Color convert

RGB4932109-
CMYK0.550.7100.57
HSL253.25º54.61%27.65%-
HSV(B)253.25º70.64%42.75%-
XYZ4.542.7914.77-
YUV45.86163.63130.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 109 (42.97% from 255) = 57.37%
R=25.79%
G=16.84%
B=57.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49321090.550.7100.57253.2554.6127.65
Hex31206D3747039fd371c
Octal6140155671070713756734
Binary1100011000001101101110111100011101110011111110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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