#312474

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

Shades of Paris M #312474

Tints of Paris M #312474

Color information

#312474 (or 0x312474) is unknown color: approx Paris M. HEX triplet: 31, 24 and 74. RGB value is (49,36,116). Sum of RGB (Red+Green+Blue) = 49+36+116=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #312474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312474 is #CEDB8B. Grayscale: #303030. Windows color (decimal): -13556620 or 7611441. OLE color: 7611441.

HSL color Cylindrical-coordinate representation of color #312474: hue angle of 249.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312474 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4936116-
CMYK0.580.6900.55
HSL249.75º52.63%29.8%-
HSV(B)249.75º68.97%45.49%-
XYZ5.053.1816.87-
YUV49.01165.81128-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 116 (45.70% from 255) = 57.71%
R=24.38%
G=17.91%
B=57.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49361160.580.6900.55249.7552.6329.8
Hex3124743A45037fa351e
Octal6144164721050673726536
Binary1100011001001110100111010100010101101111111101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312474; }

 p { color: rgb(49,36,116); }

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

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

 a { background-color: rgb(49,36,116); }

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

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

 span { border-color: rgb(49,36,116); }

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