#312570

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

Shades of Paris M #312570

Tints of Paris M #312570

Color information

#312570 (or 0x312570) is unknown color: approx Paris M. HEX triplet: 31, 25 and 70. RGB value is (49,37,112). Sum of RGB (Red+Green+Blue) = 49+37+112=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #312570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312570 is #CEDA8F. Grayscale: #303030. Windows color (decimal): -13556368 or 7349553. OLE color: 7349553.

HSL color Cylindrical-coordinate representation of color #312570: hue angle of 249.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312570 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4937112-
CMYK0.560.6700.56
HSL249.6º50.34%29.22%-
HSV(B)249.6º66.96%43.92%-
XYZ4.853.1515.68-
YUV49.14163.48127.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 112 (44.14% from 255) = 56.57%
R=24.75%
G=18.69%
B=56.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49371120.560.6700.56249.650.3429.22
Hex3125703843038fa321d
Octal6145160701030703726235
Binary1100011001011110000111000100001101110001111101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312570; }

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

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

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

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

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

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

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

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