#313987

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

Shades of Jacksons Purple #313987

Tints of Jacksons Purple #313987

Color information

#313987 (or 0x313987) is unknown color: approx Jacksons Purple. HEX triplet: 31, 39 and 87. RGB value is (49,57,135). Sum of RGB (Red+Green+Blue) = 49+57+135=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #313987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313987 is #CEC678. Grayscale: #3F3F3F. Windows color (decimal): -13551225 or 8862001. OLE color: 8862001.

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

Color convert

RGB4957135-
CMYK0.640.5800.47
HSL234.42º46.74%36.08%-
HSV(B)234.42º63.7%52.94%-
XYZ7.15.3323.58-
YUV63.5168.35117.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=20.33%
G=23.65%
B=56.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49571350.640.5800.47234.4246.7436.08
Hex313987403A02Fea2f24
Octal6171207100720573525744
Binary110001111001100001111000000111010010111111101010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313987; }

 p { color: rgb(49,57,135); }

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

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

 a { background-color: rgb(49,57,135); }

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

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

 span { border-color: rgb(49,57,135); }

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