#31215B

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

Shades of Paris M #31215B

Tints of Paris M #31215B

Color information

#31215B (or 0x31215B) is unknown color: approx Paris M. HEX triplet: 31, 21 and 5B. RGB value is (49,33,91). Sum of RGB (Red+Green+Blue) = 49+33+91=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #31215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31215B is #CEDEA4. Grayscale: #2C2C2C. Windows color (decimal): -13557413 or 5972273. OLE color: 5972273.

HSL color Cylindrical-coordinate representation of color #31215B: hue angle of 256.55º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31215B is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB493391-
CMYK0.460.6400.64
HSL256.55º46.77%24.31%-
HSV(B)256.55º63.74%35.69%-
XYZ3.72.510.18-
YUV44.4154.3131.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=28.32%
G=19.08%
B=52.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4933910.460.6400.64256.5546.7724.31
Hex31215B2E400401012f18
Octal61411335610001004015730
Binary110001100001101101110111010000000100000010000000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31215B; }

 p { color: rgb(49,33,91); }

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

<style>
 a { background-color: #31215B; }

 a { background-color: rgb(49,33,91); }

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

<style>
 span { border-color: #31215B; }

 span { border-color: rgb(49,33,91); }

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