#394486

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

Shades of Jacksons Purple #394486

Tints of Jacksons Purple #394486

Color information

#394486 (or 0x394486) is unknown color: approx Jacksons Purple. HEX triplet: 39, 44 and 86. RGB value is (57,68,134). Sum of RGB (Red+Green+Blue) = 57+68+134=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #394486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394486 is #C6BB79. Grayscale: #474747. Windows color (decimal): -13024122 or 8799289. OLE color: 8799289.

HSL color Cylindrical-coordinate representation of color #394486: hue angle of 231.43º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394486 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5768134-
CMYK0.570.4900.47
HSL231.43º40.31%37.45%-
HSV(B)231.43º57.46%52.55%-
XYZ8.066.7323.43-
YUV72.24162.86117.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 134 (52.73% from 255) = 51.74%
R=22.01%
G=26.25%
B=51.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57681340.570.4900.47231.4340.3137.45
Hex394486393102Fe72825
Octal7110420671610573475045
Binary111001100010010000110111001110001010111111100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394486; }

 p { color: rgb(57,68,134); }

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

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

 a { background-color: rgb(57,68,134); }

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

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

 span { border-color: rgb(57,68,134); }

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