#313286

Color #313286 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #313286

Tints of Jacksons Purple #313286

Color information

#313286 (or 0x313286) is unknown color: approx Jacksons Purple. HEX triplet: 31, 32 and 86. RGB value is (49,50,134). Sum of RGB (Red+Green+Blue) = 49+50+134=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #313286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313286 is #CECD79. Grayscale: #3A3A3A. Windows color (decimal): -13553018 or 8794673. OLE color: 8794673.

HSL color Cylindrical-coordinate representation of color #313286: hue angle of 239.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313286 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4950134-
CMYK0.630.6300.47
HSL239.29º46.45%35.88%-
HSV(B)239.29º63.43%52.55%-
XYZ6.714.6623.1-
YUV59.28170.17120.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=21.03%
G=21.46%
B=57.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49501340.630.6300.47239.2946.4535.88
Hex3132863F3F02Fef2e24
Octal616220677770573575644
Binary11000111001010000110111111111111010111111101111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313286; }

 p { color: rgb(49,50,134); }

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

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

 a { background-color: rgb(49,50,134); }

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

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

 span { border-color: rgb(49,50,134); }

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