#31286F

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

Shades of Paris M #31286F

Tints of Paris M #31286F

Color information

#31286F (or 0x31286F) is unknown color: approx Paris M. HEX triplet: 31, 28 and 6F. RGB value is (49,40,111). Sum of RGB (Red+Green+Blue) = 49+40+111=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #31286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31286F is #CED790. Grayscale: #323232. Windows color (decimal): -13555601 or 7284785. OLE color: 7284785.

HSL color Cylindrical-coordinate representation of color #31286F: hue angle of 247.61º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31286F is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4940111-
CMYK0.560.6400.56
HSL247.61º47.02%29.61%-
HSV(B)247.61º63.96%43.53%-
XYZ4.893.3215.42-
YUV50.78161.98126.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=24.5%
G=20%
B=55.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49401110.560.6400.56247.6147.0229.61
Hex31286F3840038f82f1e
Octal6150157701000703705736
Binary1100011010001101111111000100000001110001111100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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