#393F7A

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

Shades of Jacksons Purple #393F7A

Tints of Jacksons Purple #393F7A

Color information

#393F7A (or 0x393F7A) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3F and 7A. RGB value is (57,63,122). Sum of RGB (Red+Green+Blue) = 57+63+122=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #393F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F7A is #C6C085. Grayscale: #434343. Windows color (decimal): -13025414 or 8011577. OLE color: 8011577.

HSL color Cylindrical-coordinate representation of color #393F7A: hue angle of 234.46º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #393F7A is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5763122-
CMYK0.530.4800.52
HSL234.46º36.31%35.1%-
HSV(B)234.46º53.28%47.84%-
XYZ6.985.8319.17-
YUV67.93158.51120.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=23.55%
G=26.03%
B=50.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57631220.530.4800.52234.4636.3135.1
Hex393F7A3530034ea2423
Octal717717265600643524443
Binary1110011111111111010110101110000011010011101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,63,122); }

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

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

 a { background-color: rgb(57,63,122); }

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

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

 span { border-color: rgb(57,63,122); }

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