#312470

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

Shades of Paris M #312470

Tints of Paris M #312470

Color information

#312470 (or 0x312470) is unknown color: approx Paris M. HEX triplet: 31, 24 and 70. RGB value is (49,36,112). Sum of RGB (Red+Green+Blue) = 49+36+112=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #312470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312470 is #CEDB8F. Grayscale: #303030. Windows color (decimal): -13556624 or 7349297. OLE color: 7349297.

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

Color convert

RGB4936112-
CMYK0.560.6800.56
HSL250.26º51.35%29.02%-
HSV(B)250.26º67.86%43.92%-
XYZ4.823.0815.67-
YUV48.55163.81128.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=24.87%
G=18.27%
B=56.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49361120.560.6800.56250.2651.3529.02
Hex3124703844038fa331d
Octal6144160701040703726335
Binary1100011001001110000111000100010001110001111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312470; }

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

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

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

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

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

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

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

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