#393A8E

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

Shades of Jacksons Purple #393A8E

Tints of Jacksons Purple #393A8E

Color information

#393A8E (or 0x393A8E) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3A and 8E. RGB value is (57,58,142). Sum of RGB (Red+Green+Blue) = 57+58+142=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #393A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A8E is #C6C571. Grayscale: #424242. Windows color (decimal): -13026674 or 9321017. OLE color: 9321017.

HSL color Cylindrical-coordinate representation of color #393A8E: hue angle of 239.29º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393A8E is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5758142-
CMYK0.600.5900.44
HSL239.29º42.71%39.02%-
HSV(B)239.29º59.86%55.69%-
XYZ8.085.8526.29-
YUV67.28170.17120.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=22.18%
G=22.57%
B=55.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57581420.600.5900.44239.2942.7139.02
Hex393A8E3C3B02Cef2b27
Octal717221674730543575347
Binary11100111101010001110111100111011010110011101111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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