#31206C

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

Shades of Paris M #31206C

Tints of Paris M #31206C

Color information

#31206C (or 0x31206C) is unknown color: approx Paris M. HEX triplet: 31, 20 and 6C. RGB value is (49,32,108). Sum of RGB (Red+Green+Blue) = 49+32+108=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #31206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31206C is #CEDF93. Grayscale: #2D2D2D. Windows color (decimal): -13557652 or 7086129. OLE color: 7086129.

HSL color Cylindrical-coordinate representation of color #31206C: hue angle of 253.42º 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 #31206C is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4932108-
CMYK0.550.7000.58
HSL253.42º54.29%27.45%-
HSV(B)253.42º70.37%42.35%-
XYZ4.492.7714.49-
YUV45.75163.13130.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=25.93%
G=16.93%
B=57.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49321080.550.7000.58253.4254.2927.45
Hex31206C374603Afd361b
Octal6140154671060723756633
Binary1100011000001101100110111100011001110101111110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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