#393A89

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

Shades of Jacksons Purple #393A89

Tints of Jacksons Purple #393A89

Color information

#393A89 (or 0x393A89) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3A and 89. RGB value is (57,58,137). Sum of RGB (Red+Green+Blue) = 57+58+137=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #393A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A89 is #C6C576. Grayscale: #424242. Windows color (decimal): -13026679 or 8993337. OLE color: 8993337.

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

Color convert

RGB5758137-
CMYK0.580.5800.46
HSL239.25º41.24%38.04%-
HSV(B)239.25º58.39%53.73%-
XYZ7.725.724.36-
YUV66.71167.67121.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=22.62%
G=23.02%
B=54.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57581370.580.5800.46239.2541.2438.04
Hex393A893A3A02Eef2926
Octal717221172720563575146
Binary11100111101010001001111010111010010111011101111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393A89; }

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

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

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

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

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

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

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

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