#393D7D

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

Shades of Jacksons Purple #393D7D

Tints of Jacksons Purple #393D7D

Color information

#393D7D (or 0x393D7D) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3D and 7D. RGB value is (57,61,125). Sum of RGB (Red+Green+Blue) = 57+61+125=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #393D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D7D is #C6C282. Grayscale: #424242. Windows color (decimal): -13025923 or 8207673. OLE color: 8207673.

HSL color Cylindrical-coordinate representation of color #393D7D: hue angle of 236.47º 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 #393D7D is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5761125-
CMYK0.540.5100.51
HSL236.47º37.36%35.69%-
HSV(B)236.47º54.4%49.02%-
XYZ7.065.6920.13-
YUV67.1160.67120.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 125 (49.22% from 255) = 51.44%
R=23.46%
G=25.10%
B=51.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57611250.540.5100.51236.4737.3635.69
Hex393D7D3633033ec2524
Octal717517566630633544544
Binary1110011111011111101110110110011011001111101100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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