#31286C

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

Shades of Paris M #31286C

Tints of Paris M #31286C

Color information

#31286C (or 0x31286C) is unknown color: approx Paris M. HEX triplet: 31, 28 and 6C. RGB value is (49,40,108). Sum of RGB (Red+Green+Blue) = 49+40+108=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #31286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31286C is #CED793. Grayscale: #323232. Windows color (decimal): -13555604 or 7088177. OLE color: 7088177.

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

Color convert

RGB4940108-
CMYK0.550.6300.58
HSL247.94º45.95%29.02%-
HSV(B)247.94º62.96%42.35%-
XYZ4.733.2514.57-
YUV50.44160.48126.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=24.87%
G=20.30%
B=54.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49401080.550.6300.58247.9445.9529.02
Hex31286C373F03Af82e1d
Octal615015467770723705635
Binary110001101000110110011011111111101110101111100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31286C; }

 p { color: rgb(49,40,108); }

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

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

 a { background-color: rgb(49,40,108); }

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

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

 span { border-color: rgb(49,40,108); }

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