#393279

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

Shades of Jacksons Purple #393279

Tints of Jacksons Purple #393279

Color information

#393279 (or 0x393279) is unknown color: approx Jacksons Purple. HEX triplet: 39, 32 and 79. RGB value is (57,50,121). Sum of RGB (Red+Green+Blue) = 57+50+121=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #393279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393279 is #C6CD86. Grayscale: #3B3B3B. Windows color (decimal): -13028743 or 7942713. OLE color: 7942713.

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

Color convert

RGB5750121-
CMYK0.530.5900.53
HSL245.92º41.52%33.53%-
HSV(B)245.92º58.68%47.45%-
XYZ6.284.5318.63-
YUV60.19162.32125.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=25%
G=21.93%
B=53.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57501210.530.5900.53245.9241.5233.53
Hex393279353B035f62a22
Octal716217165730653665242
Binary1110011100101111001110101111011011010111110110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393279; }

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

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

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

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

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

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

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

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