#313989

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

Shades of Jacksons Purple #313989

Tints of Jacksons Purple #313989

Color information

#313989 (or 0x313989) is unknown color: approx Jacksons Purple. HEX triplet: 31, 39 and 89. RGB value is (49,57,137). Sum of RGB (Red+Green+Blue) = 49+57+137=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #313989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313989 is #CEC676. Grayscale: #3F3F3F. Windows color (decimal): -13551223 or 8993073. OLE color: 8993073.

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

Color convert

RGB4957137-
CMYK0.640.5800.46
HSL234.55º47.31%36.47%-
HSV(B)234.55º64.23%53.73%-
XYZ7.255.3924.32-
YUV63.73169.35117.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=20.16%
G=23.46%
B=56.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49571370.640.5800.46234.5547.3136.47
Hex313989403A02Eeb2f24
Octal6171211100720563535744
Binary110001111001100010011000000111010010111011101011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313989; }

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

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

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

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

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

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

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

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