#312572

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

Shades of Paris M #312572

Tints of Paris M #312572

Color information

#312572 (or 0x312572) is unknown color: approx Paris M. HEX triplet: 31, 25 and 72. RGB value is (49,37,114). Sum of RGB (Red+Green+Blue) = 49+37+114=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #312572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312572 is #CEDA8D. Grayscale: #313131. Windows color (decimal): -13556366 or 7480625. OLE color: 7480625.

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

Color convert

RGB4937114-
CMYK0.570.6800.55
HSL249.35º50.99%29.61%-
HSV(B)249.35º67.54%44.71%-
XYZ4.973.1916.27-
YUV49.37164.48127.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=24.5%
G=18.5%
B=57%

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
Decimal49371140.570.6800.55249.3550.9929.61
Hex3125723944037f9331e
Octal6145162711040673716336
Binary1100011001011110010111001100010001101111111100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312572; }

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

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

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

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

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

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

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

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