#393387

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

Shades of Jacksons Purple #393387

Tints of Jacksons Purple #393387

Color information

#393387 (or 0x393387) is unknown color: approx Jacksons Purple. HEX triplet: 39, 33 and 87. RGB value is (57,51,135). Sum of RGB (Red+Green+Blue) = 57+51+135=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #393387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393387 is #C6CC78. Grayscale: #3E3E3E. Windows color (decimal): -13028473 or 8860473. OLE color: 8860473.

HSL color Cylindrical-coordinate representation of color #393387: hue angle of 244.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393387 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5751135-
CMYK0.580.6200.47
HSL244.29º45.16%36.47%-
HSV(B)244.29º62.22%52.94%-
XYZ7.244.9923.5-
YUV62.37168.99124.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=23.46%
G=20.99%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57511350.580.6200.47244.2945.1636.47
Hex3933873A3E02Ff42d24
Octal716320772760573645544
Binary11100111001110000111111010111110010111111110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393387; }

 p { color: rgb(57,51,135); }

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

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

 a { background-color: rgb(57,51,135); }

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

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

 span { border-color: rgb(57,51,135); }

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