#312660

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

Shades of Paris M #312660

Tints of Paris M #312660

Color information

#312660 (or 0x312660) is unknown color: approx Paris M. HEX triplet: 31, 26 and 60. RGB value is (49,38,96). Sum of RGB (Red+Green+Blue) = 49+38+96=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #312660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312660 is #CED99F. Grayscale: #2F2F2F. Windows color (decimal): -13556128 or 6301233. OLE color: 6301233.

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

Color convert

RGB493896-
CMYK0.490.6000.62
HSL251.38º43.28%26.27%-
HSV(B)251.38º60.42%37.65%-
XYZ4.072.8811.41-
YUV47.9155.14128.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=26.78%
G=20.77%
B=52.46%

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
Decimal4938960.490.6000.62251.3843.2826.27
Hex312660313C03Efb2b1a
Octal614614061740763735332
Binary110001100110110000011000111110001111101111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312660; }

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

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

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

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

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

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

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

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