#393779

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

Shades of Jacksons Purple #393779

Tints of Jacksons Purple #393779

Color information

#393779 (or 0x393779) is unknown color: approx Jacksons Purple. HEX triplet: 39, 37 and 79. RGB value is (57,55,121). Sum of RGB (Red+Green+Blue) = 57+55+121=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #393779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393779 is #C6C886. Grayscale: #3E3E3E. Windows color (decimal): -13027463 or 7943993. OLE color: 7943993.

HSL color Cylindrical-coordinate representation of color #393779: hue angle of 241.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #393779 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5755121-
CMYK0.530.5500.53
HSL241.82º37.5%34.51%-
HSV(B)241.82º54.55%47.45%-
XYZ6.54.9818.71-
YUV63.12160.66123.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=24.46%
G=23.61%
B=51.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57551210.530.5500.53241.8237.534.51
Hex3937793537035f22623
Octal716717165670653624643
Binary1110011101111111001110101110111011010111110010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393779; }

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

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

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

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

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

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

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

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