#393684

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

Shades of Jacksons Purple #393684

Tints of Jacksons Purple #393684

Color information

#393684 (or 0x393684) is unknown color: approx Jacksons Purple. HEX triplet: 39, 36 and 84. RGB value is (57,54,132). Sum of RGB (Red+Green+Blue) = 57+54+132=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #393684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393684 is #C6C97B. Grayscale: #3F3F3F. Windows color (decimal): -13027708 or 8664633. OLE color: 8664633.

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

Color convert

RGB5754132-
CMYK0.570.5900.48
HSL242.31º41.94%36.47%-
HSV(B)242.31º59.09%51.76%-
XYZ7.175.1722.45-
YUV63.79166.49123.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 132 (51.95% from 255) = 54.32%
R=23.46%
G=22.22%
B=54.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57541320.570.5900.48242.3141.9436.47
Hex393684393B030f22a24
Octal716620471730603625244
Binary11100111011010000100111001111011011000011110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393684; }

 p { color: rgb(57,54,132); }

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

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

 a { background-color: rgb(57,54,132); }

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

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

 span { border-color: rgb(57,54,132); }

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