#393781

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

Shades of Jacksons Purple #393781

Tints of Jacksons Purple #393781

Color information

#393781 (or 0x393781) is unknown color: approx Jacksons Purple. HEX triplet: 39, 37 and 81. RGB value is (57,55,129). Sum of RGB (Red+Green+Blue) = 57+55+129=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #393781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393781 is #C6C87E. Grayscale: #3F3F3F. Windows color (decimal): -13027455 or 8468281. OLE color: 8468281.

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

Color convert

RGB5755129-
CMYK0.560.5700.49
HSL241.62º40.22%36.08%-
HSV(B)241.62º57.36%50.59%-
XYZ7.025.1921.4-
YUV64.03164.66122.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=23.65%
G=22.82%
B=53.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57551290.560.5700.49241.6240.2236.08
Hex3937813839031f22824
Octal716720170710613625044
Binary11100111011110000001111000111001011000111110010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393781; }

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

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

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

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

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

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

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

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