#393579

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

Shades of Jacksons Purple #393579

Tints of Jacksons Purple #393579

Color information

#393579 (or 0x393579) is unknown color: approx Jacksons Purple. HEX triplet: 39, 35 and 79. RGB value is (57,53,121). Sum of RGB (Red+Green+Blue) = 57+53+121=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #393579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393579 is #C6CA86. Grayscale: #3D3D3D. Windows color (decimal): -13027975 or 7943481. OLE color: 7943481.

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

Color convert

RGB5753121-
CMYK0.530.5600.53
HSL243.53º39.08%34.12%-
HSV(B)243.53º56.2%47.45%-
XYZ6.414.818.68-
YUV61.95161.33124.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=24.68%
G=22.94%
B=52.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57531210.530.5600.53243.5339.0834.12
Hex3935793538035f42722
Octal716517165700653644742
Binary1110011101011111001110101111000011010111110100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393579; }

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

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

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

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

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

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

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

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