#393E8C

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

Shades of Jacksons Purple #393E8C

Tints of Jacksons Purple #393E8C

Color information

#393E8C (or 0x393E8C) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3E and 8C. RGB value is (57,62,140). Sum of RGB (Red+Green+Blue) = 57+62+140=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #393E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E8C is #C6C173. Grayscale: #454545. Windows color (decimal): -13025652 or 9190969. OLE color: 9190969.

HSL color Cylindrical-coordinate representation of color #393E8C: hue angle of 236.39º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393E8C is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5762140-
CMYK0.590.5600.45
HSL236.39º42.13%38.63%-
HSV(B)236.39º59.29%54.9%-
XYZ8.146.2125.58-
YUV69.4167.84119.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=22.01%
G=23.94%
B=54.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57621400.590.5600.45236.3942.1338.63
Hex393E8C3B3802Dec2a27
Octal717621473700553545247
Binary11100111111010001100111011111000010110111101100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,62,140); }

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

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

 a { background-color: rgb(57,62,140); }

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

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

 span { border-color: rgb(57,62,140); }

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