#312472

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

Shades of Paris M #312472

Tints of Paris M #312472

Color information

#312472 (or 0x312472) is unknown color: approx Paris M. HEX triplet: 31, 24 and 72. RGB value is (49,36,114). Sum of RGB (Red+Green+Blue) = 49+36+114=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #312472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312472 is #CEDB8D. Grayscale: #303030. Windows color (decimal): -13556622 or 7480369. OLE color: 7480369.

HSL color Cylindrical-coordinate representation of color #312472: hue angle of 250º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312472 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4936114-
CMYK0.570.6800.55
HSL250º52%29.41%-
HSV(B)250º68.42%44.71%-
XYZ4.933.1316.26-
YUV48.78164.81128.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=24.62%
G=18.09%
B=57.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49361140.570.6800.552505229.41
Hex3124723944037fa341d
Octal6144162711040673726435
Binary1100011001001110010111001100010001101111111101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312472; }

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

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

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

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

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

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

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

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