#393379

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

Shades of Jacksons Purple #393379

Tints of Jacksons Purple #393379

Color information

#393379 (or 0x393379) is unknown color: approx Jacksons Purple. HEX triplet: 39, 33 and 79. RGB value is (57,51,121). Sum of RGB (Red+Green+Blue) = 57+51+121=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #393379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393379 is #C6CC86. Grayscale: #3C3C3C. Windows color (decimal): -13028487 or 7942969. OLE color: 7942969.

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

Color convert

RGB5751121-
CMYK0.530.5800.53
HSL245.14º40.7%33.73%-
HSV(B)245.14º57.85%47.45%-
XYZ6.324.6218.65-
YUV60.77161.99125.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=24.89%
G=22.27%
B=52.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57511210.530.5800.53245.1440.733.73
Hex393379353A035f52922
Octal716317165720653655142
Binary1110011100111111001110101111010011010111110101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393379; }

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

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

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

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

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

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

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

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