#393A7E

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

Shades of Jacksons Purple #393A7E

Tints of Jacksons Purple #393A7E

Color information

#393A7E (or 0x393A7E) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3A and 7E. RGB value is (57,58,126). Sum of RGB (Red+Green+Blue) = 57+58+126=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #393A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A7E is #C6C581. Grayscale: #414141. Windows color (decimal): -13026690 or 8272441. OLE color: 8272441.

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

Color convert

RGB5758126-
CMYK0.550.5400.51
HSL239.13º37.7%35.88%-
HSV(B)239.13º54.76%49.41%-
XYZ6.975.420.41-
YUV65.45162.17121.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 126 (49.61% from 255) = 52.28%
R=23.65%
G=24.07%
B=52.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57581260.550.5400.51239.1337.735.88
Hex393A7E3736033ef2624
Octal717217667660633574644
Binary1110011110101111110110111110110011001111101111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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