#31296A

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

Shades of Paris M #31296A

Tints of Paris M #31296A

Color information

#31296A (or 0x31296A) is unknown color: approx Paris M. HEX triplet: 31, 29 and 6A. RGB value is (49,41,106). Sum of RGB (Red+Green+Blue) = 49+41+106=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #31296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31296A is #CED695. Grayscale: #323232. Windows color (decimal): -13555350 or 6957361. OLE color: 6957361.

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

Color convert

RGB4941106-
CMYK0.540.6100.58
HSL247.38º44.22%28.82%-
HSV(B)247.38º61.32%41.57%-
XYZ4.663.2814.02-
YUV50.8159.15126.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 106 (41.80% from 255) = 54.08%
R=25%
G=20.92%
B=54.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49411060.540.6100.58247.3844.2228.82
Hex31296A363D03Af72c1d
Octal615115266750723675435
Binary110001101001110101011011011110101110101111011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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