#393A8A

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

Shades of Jacksons Purple #393A8A

Tints of Jacksons Purple #393A8A

Color information

#393A8A (or 0x393A8A) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3A and 8A. RGB value is (57,58,138). Sum of RGB (Red+Green+Blue) = 57+58+138=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #393A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A8A is #C6C575. Grayscale: #424242. Windows color (decimal): -13026678 or 9058873. OLE color: 9058873.

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

Color convert

RGB5758138-
CMYK0.590.5800.46
HSL239.26º41.54%38.24%-
HSV(B)239.26º58.7%54.12%-
XYZ7.795.7324.74-
YUV66.82168.17121-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=22.53%
G=22.92%
B=54.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57581380.590.5800.46239.2641.5438.24
Hex393A8A3B3A02Eef2a26
Octal717221273720563575246
Binary11100111101010001010111011111010010111011101111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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