#312172

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

Shades of Paris M #312172

Tints of Paris M #312172

Color information

#312172 (or 0x312172) is unknown color: approx Paris M. HEX triplet: 31, 21 and 72. RGB value is (49,33,114). Sum of RGB (Red+Green+Blue) = 49+33+114=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #312172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312172 is #CEDE8D. Grayscale: #2E2E2E. Windows color (decimal): -13557390 or 7479601. OLE color: 7479601.

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

Color convert

RGB4933114-
CMYK0.570.7100.55
HSL251.85º55.1%28.82%-
HSV(B)251.85º71.05%44.71%-
XYZ4.852.9616.23-
YUV47.02165.8129.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=25%
G=16.84%
B=58.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49331140.570.7100.55251.8555.128.82
Hex3121723947037fc371d
Octal6141162711070673746735
Binary1100011000011110010111001100011101101111111110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312172; }

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

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

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

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

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

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

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

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