#312761

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

Shades of Paris M #312761

Tints of Paris M #312761

Color information

#312761 (or 0x312761) is unknown color: approx Paris M. HEX triplet: 31, 27 and 61. RGB value is (49,39,97). Sum of RGB (Red+Green+Blue) = 49+39+97=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #312761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312761 is #CED89E. Grayscale: #303030. Windows color (decimal): -13555871 or 6367025. OLE color: 6367025.

HSL color Cylindrical-coordinate representation of color #312761: hue angle of 250.34º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #312761 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB493997-
CMYK0.490.6000.62
HSL250.34º42.65%26.67%-
HSV(B)250.34º59.79%38.04%-
XYZ4.152.9711.66-
YUV48.6155.31128.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=26.49%
G=21.08%
B=52.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4939970.490.6000.62250.3442.6526.67
Hex312761313C03Efa2b1b
Octal614714161740763725333
Binary110001100111110000111000111110001111101111101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312761; }

 p { color: rgb(49,39,97); }

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

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

 a { background-color: rgb(49,39,97); }

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

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

 span { border-color: rgb(49,39,97); }

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