#393C7D

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

Shades of Jacksons Purple #393C7D

Tints of Jacksons Purple #393C7D

Color information

#393C7D (or 0x393C7D) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3C and 7D. RGB value is (57,60,125). Sum of RGB (Red+Green+Blue) = 57+60+125=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #393C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C7D is #C6C382. Grayscale: #424242. Windows color (decimal): -13026179 or 8207417. OLE color: 8207417.

HSL color Cylindrical-coordinate representation of color #393C7D: hue angle of 237.35º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393C7D is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5760125-
CMYK0.540.5200.51
HSL237.35º37.36%35.69%-
HSV(B)237.35º54.4%49.02%-
XYZ75.5820.11-
YUV66.51161.01121.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 125 (49.22% from 255) = 51.65%
R=23.55%
G=24.79%
B=51.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57601250.540.5200.51237.3537.3635.69
Hex393C7D3634033ed2524
Octal717417566640633554544
Binary1110011111001111101110110110100011001111101101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,125); }

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

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

 a { background-color: rgb(57,60,125); }

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

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

 span { border-color: rgb(57,60,125); }

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