#393682

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

Shades of Jacksons Purple #393682

Tints of Jacksons Purple #393682

Color information

#393682 (or 0x393682) is unknown color: approx Jacksons Purple. HEX triplet: 39, 36 and 82. RGB value is (57,54,130). Sum of RGB (Red+Green+Blue) = 57+54+130=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #393682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393682 is #C6C97D. Grayscale: #3F3F3F. Windows color (decimal): -13027710 or 8533561. OLE color: 8533561.

HSL color Cylindrical-coordinate representation of color #393682: hue angle of 242.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393682 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5754130-
CMYK0.560.5800.49
HSL242.37º41.3%36.08%-
HSV(B)242.37º58.46%50.98%-
XYZ7.045.1221.74-
YUV63.56165.49123.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=23.65%
G=22.41%
B=53.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57541300.560.5800.49242.3741.336.08
Hex393682383A031f22924
Octal716620270720613625144
Binary11100111011010000010111000111010011000111110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393682; }

 p { color: rgb(57,54,130); }

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

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

 a { background-color: rgb(57,54,130); }

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

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

 span { border-color: rgb(57,54,130); }

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