#393a7f

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

Shades of Jacksons Purple #393A7F

Tints of Jacksons Purple #393A7F

Color information

#393A7F (or 0x393A7F) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3A and 7F. RGB value is (57,58,127). Sum of RGB (Red+Green+Blue) = 57+58+127=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #393A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A7F is #C6C580. Grayscale: #414141. Windows color (decimal): -13026689 or 8337977. OLE color: 8337977.

HSL color Cylindrical-coordinate representation of color #393A7F: hue angle of 239.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #393A7F is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5758127-
CMYK0.550.5400.50
HSL239.14º38.04%36.08%-
HSV(B)239.14º55.12%49.8%-
XYZ7.035.4320.76-
YUV65.57162.67121.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 127 (50% from 255) = 52.48%
R=23.55%
G=23.97%
B=52.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57581270.550.5400.50239.1438.0436.08
Hex393A7F3736032ef2624
Octal717217767660623574644
Binary1110011110101111111110111110110011001011101111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393a7f; }

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

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

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

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

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

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

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

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