#31256B

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

Shades of Paris M #31256B

Tints of Paris M #31256B

Color information

#31256B (or 0x31256B) is unknown color: approx Paris M. HEX triplet: 31, 25 and 6B. RGB value is (49,37,107). Sum of RGB (Red+Green+Blue) = 49+37+107=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #31256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31256B is #CEDA94. Grayscale: #303030. Windows color (decimal): -13556373 or 7021873. OLE color: 7021873.

HSL color Cylindrical-coordinate representation of color #31256B: hue angle of 250.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31256B is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4937107-
CMYK0.540.6500.58
HSL250.29º48.61%28.24%-
HSV(B)250.29º65.42%41.96%-
XYZ4.583.0414.25-
YUV48.57160.98128.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 107 (42.19% from 255) = 55.44%
R=25.39%
G=19.17%
B=55.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49371070.540.6500.58250.2948.6128.24
Hex31256B364103Afa311c
Octal6145153661010723726134
Binary1100011001011101011110110100000101110101111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,37,107); }

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

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

 a { background-color: rgb(49,37,107); }

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

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

 span { border-color: rgb(49,37,107); }

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