#31216F

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

Shades of Paris M #31216F

Tints of Paris M #31216F

Color information

#31216F (or 0x31216F) is unknown color: approx Paris M. HEX triplet: 31, 21 and 6F. RGB value is (49,33,111). Sum of RGB (Red+Green+Blue) = 49+33+111=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #31216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31216F is #CEDE90. Grayscale: #2E2E2E. Windows color (decimal): -13557393 or 7282993. OLE color: 7282993.

HSL color Cylindrical-coordinate representation of color #31216F: hue angle of 252.31º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31216F is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4933111-
CMYK0.560.7000.56
HSL252.31º54.17%28.24%-
HSV(B)252.31º70.27%43.53%-
XYZ4.682.8915.35-
YUV46.68164.3129.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=25.39%
G=17.10%
B=57.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49331110.560.7000.56252.3154.1728.24
Hex31216F3846038fc361c
Octal6141157701060703746634
Binary1100011000011101111111000100011001110001111110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31216F; }

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

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

<style>
 a { background-color: #31216F; }

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

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

<style>
 span { border-color: #31216F; }

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

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