#393079

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

Shades of Jacksons Purple #393079

Tints of Jacksons Purple #393079

Color information

#393079 (or 0x393079) is unknown color: approx Jacksons Purple. HEX triplet: 39, 30 and 79. RGB value is (57,48,121). Sum of RGB (Red+Green+Blue) = 57+48+121=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #393079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393079 is #C6CF86. Grayscale: #3A3A3A. Windows color (decimal): -13029255 or 7942201. OLE color: 7942201.

HSL color Cylindrical-coordinate representation of color #393079: hue angle of 247.4º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393079 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5748121-
CMYK0.530.6000.53
HSL247.4º43.2%33.14%-
HSV(B)247.4º60.33%47.45%-
XYZ6.24.3618.61-
YUV59.01162.98126.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=25.22%
G=21.24%
B=53.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57481210.530.6000.53247.443.233.14
Hex393079353C035f72b21
Octal716017165740653675341
Binary1110011100001111001110101111100011010111110111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393079; }

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

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

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

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

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

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

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

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