#31236B

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

Shades of Paris M #31236B

Tints of Paris M #31236B

Color information

#31236B (or 0x31236B) is unknown color: approx Paris M. HEX triplet: 31, 23 and 6B. RGB value is (49,35,107). Sum of RGB (Red+Green+Blue) = 49+35+107=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #31236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31236B is #CEDC94. Grayscale: #2F2F2F. Windows color (decimal): -13556885 or 7021361. OLE color: 7021361.

HSL color Cylindrical-coordinate representation of color #31236B: hue angle of 251.67º degrees, saturation: 0.51, 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 #31236B is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4935107-
CMYK0.540.6700.58
HSL251.67º50.7%27.84%-
HSV(B)251.67º67.29%41.96%-
XYZ4.522.9214.23-
YUV47.39161.64129.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=25.65%
G=18.32%
B=56.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49351070.540.6700.58251.6750.727.84
Hex31236B364303Afc331c
Octal6143153661030723746334
Binary1100011000111101011110110100001101110101111110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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