#393782

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

Shades of Jacksons Purple #393782

Tints of Jacksons Purple #393782

Color information

#393782 (or 0x393782) is unknown color: approx Jacksons Purple. HEX triplet: 39, 37 and 82. RGB value is (57,55,130). Sum of RGB (Red+Green+Blue) = 57+55+130=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #393782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393782 is #C6C87D. Grayscale: #3F3F3F. Windows color (decimal): -13027454 or 8533817. OLE color: 8533817.

HSL color Cylindrical-coordinate representation of color #393782: hue angle of 241.6º 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 #393782 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5755130-
CMYK0.560.5800.49
HSL241.6º40.54%36.27%-
HSV(B)241.6º57.69%50.98%-
XYZ7.085.2121.75-
YUV64.15165.16122.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=23.55%
G=22.73%
B=53.72%

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
Decimal57551300.560.5800.49241.640.5436.27
Hex393782383A031f22924
Octal716720270720613625144
Binary11100111011110000010111000111010011000111110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393782; }

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

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

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

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

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

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

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

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