#312060

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

Shades of Paris M #312060

Tints of Paris M #312060

Color information

#312060 (or 0x312060) is unknown color: approx Paris M. HEX triplet: 31, 20 and 60. RGB value is (49,32,96). Sum of RGB (Red+Green+Blue) = 49+32+96=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #312060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312060 is #CEDF9F. Grayscale: #2C2C2C. Windows color (decimal): -13557664 or 6299697. OLE color: 6299697.

HSL color Cylindrical-coordinate representation of color #312060: hue angle of 255.94º degrees, saturation: 0.5, 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 #312060 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB493296-
CMYK0.490.6700.62
HSL255.94º50%25.1%-
HSV(B)255.94º66.67%37.65%-
XYZ3.892.5311.35-
YUV44.38157.13131.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=27.68%
G=18.08%
B=54.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4932960.490.6700.62255.945025.1
Hex312060314303E1003219
Octal6140140611030764006231
Binary11000110000011000001100011000011011111010000000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312060; }

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

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

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

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

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

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

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

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