#31276A

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

Shades of Paris M #31276A

Tints of Paris M #31276A

Color information

#31276A (or 0x31276A) is unknown color: approx Paris M. HEX triplet: 31, 27 and 6A. RGB value is (49,39,106). Sum of RGB (Red+Green+Blue) = 49+39+106=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #31276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31276A is #CED895. Grayscale: #313131. Windows color (decimal): -13555862 or 6956849. OLE color: 6956849.

HSL color Cylindrical-coordinate representation of color #31276A: hue angle of 248.96º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31276A is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4939106-
CMYK0.540.6300.58
HSL248.96º46.21%28.43%-
HSV(B)248.96º63.21%41.57%-
XYZ4.593.1414-
YUV49.63159.81127.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 106 (41.80% from 255) = 54.64%
R=25.26%
G=20.10%
B=54.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49391060.540.6300.58248.9646.2128.43
Hex31276A363F03Af92e1c
Octal614715266770723715634
Binary110001100111110101011011011111101110101111100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31276A; }

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

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

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

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

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

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

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

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