#31246C

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

Shades of Paris M #31246C

Tints of Paris M #31246C

Color information

#31246C (or 0x31246C) is unknown color: approx Paris M. HEX triplet: 31, 24 and 6C. RGB value is (49,36,108). Sum of RGB (Red+Green+Blue) = 49+36+108=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #31246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31246C is #CEDB93. Grayscale: #2F2F2F. Windows color (decimal): -13556628 or 7087153. OLE color: 7087153.

HSL color Cylindrical-coordinate representation of color #31246C: hue angle of 250.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31246C is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4936108-
CMYK0.550.6700.58
HSL250.83º50%28.24%-
HSV(B)250.83º66.67%42.35%-
XYZ4.6314.52-
YUV48.1161.81128.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=25.39%
G=18.65%
B=55.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49361080.550.6700.58250.835028.24
Hex31246C374303Afb321c
Octal6144154671030723736234
Binary1100011001001101100110111100001101110101111101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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