#392E7F

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

Shades of Jacksons Purple #392E7F

Tints of Jacksons Purple #392E7F

Color information

#392E7F (or 0x392E7F) is unknown color: approx Jacksons Purple. HEX triplet: 39, 2E and 7F. RGB value is (57,46,127). Sum of RGB (Red+Green+Blue) = 57+46+127=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #392E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E7F is #C6D180. Grayscale: #3A3A3A. Windows color (decimal): -13029761 or 8334905. OLE color: 8334905.

HSL color Cylindrical-coordinate representation of color #392E7F: hue angle of 248.15º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #392E7F is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5746127-
CMYK0.550.6400.50
HSL248.15º46.82%33.92%-
HSV(B)248.15º63.78%49.8%-
XYZ6.54.3620.58-
YUV58.52166.64126.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 127 (50% from 255) = 55.22%
R=24.78%
G=20%
B=55.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57461270.550.6400.50248.1546.8233.92
Hex392E7F3740032f82f22
Octal7156177671000623705742
Binary11100110111011111111101111000000011001011111000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E7F; }

 p { color: rgb(57,46,127); }

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

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

 a { background-color: rgb(57,46,127); }

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

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

 span { border-color: rgb(57,46,127); }

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