#393687

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

Shades of Jacksons Purple #393687

Tints of Jacksons Purple #393687

Color information

#393687 (or 0x393687) is unknown color: approx Jacksons Purple. HEX triplet: 39, 36 and 87. RGB value is (57,54,135). Sum of RGB (Red+Green+Blue) = 57+54+135=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #393687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393687 is #C6C978. Grayscale: #3F3F3F. Windows color (decimal): -13027705 or 8861241. OLE color: 8861241.

HSL color Cylindrical-coordinate representation of color #393687: hue angle of 242.22º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393687 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5754135-
CMYK0.580.6000.47
HSL242.22º42.86%37.06%-
HSV(B)242.22º60%52.94%-
XYZ7.385.2623.55-
YUV64.13167.99122.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=23.17%
G=21.95%
B=54.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57541350.580.6000.47242.2242.8637.06
Hex3936873A3C02Ff22b25
Octal716620772740573625345
Binary11100111011010000111111010111100010111111110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393687; }

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

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

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

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

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

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

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

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