#31206A

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

Shades of Paris M #31206A

Tints of Paris M #31206A

Color information

#31206A (or 0x31206A) is unknown color: approx Paris M. HEX triplet: 31, 20 and 6A. RGB value is (49,32,106). Sum of RGB (Red+Green+Blue) = 49+32+106=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #31206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31206A is #CEDF95. Grayscale: #2D2D2D. Windows color (decimal): -13557654 or 6955057. OLE color: 6955057.

HSL color Cylindrical-coordinate representation of color #31206A: hue angle of 253.78º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31206A is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4932106-
CMYK0.540.7000.58
HSL253.78º53.62%27.06%-
HSV(B)253.78º69.81%41.57%-
XYZ4.382.7313.93-
YUV45.52162.13130.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 106 (41.80% from 255) = 56.68%
R=26.20%
G=17.11%
B=56.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49321060.540.7000.58253.7853.6227.06
Hex31206A364603Afe361b
Octal6140152661060723766633
Binary1100011000001101010110110100011001110101111111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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