#312062

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

Shades of Paris M #312062

Tints of Paris M #312062

Color information

#312062 (or 0x312062) is unknown color: approx Paris M. HEX triplet: 31, 20 and 62. RGB value is (49,32,98). Sum of RGB (Red+Green+Blue) = 49+32+98=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #312062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312062 is #CEDF9D. Grayscale: #2C2C2C. Windows color (decimal): -13557662 or 6430769. OLE color: 6430769.

HSL color Cylindrical-coordinate representation of color #312062: hue angle of 255.45º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312062 is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB493298-
CMYK0.50.6700.62
HSL255.45º50.77%25.49%-
HSV(B)255.45º67.35%38.43%-
XYZ3.992.5711.84-
YUV44.61158.13131.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=27.37%
G=17.88%
B=54.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4932980.50.6700.62255.4550.7725.49
Hex312062324303Eff3319
Octal6140142621030763776331
Binary1100011000001100010110010100001101111101111111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312062; }

 p { color: rgb(49,32,98); }

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

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

 a { background-color: rgb(49,32,98); }

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

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

 span { border-color: rgb(49,32,98); }

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