#31286B

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

Shades of Paris M #31286B

Tints of Paris M #31286B

Color information

#31286B (or 0x31286B) is unknown color: approx Paris M. HEX triplet: 31, 28 and 6B. RGB value is (49,40,107). Sum of RGB (Red+Green+Blue) = 49+40+107=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #31286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31286B is #CED794. Grayscale: #323232. Windows color (decimal): -13555605 or 7022641. OLE color: 7022641.

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

Color convert

RGB4940107-
CMYK0.540.6300.58
HSL248.06º45.58%28.82%-
HSV(B)248.06º62.62%41.96%-
XYZ4.683.2314.29-
YUV50.33159.98127.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=25%
G=20.41%
B=54.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49401070.540.6300.58248.0645.5828.82
Hex31286B363F03Af82e1d
Octal615015366770723705635
Binary110001101000110101111011011111101110101111100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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