#394386

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

Shades of Jacksons Purple #394386

Tints of Jacksons Purple #394386

Color information

#394386 (or 0x394386) is unknown color: approx Jacksons Purple. HEX triplet: 39, 43 and 86. RGB value is (57,67,134). Sum of RGB (Red+Green+Blue) = 57+67+134=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #394386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394386 is #C6BC79. Grayscale: #474747. Windows color (decimal): -13024378 or 8799033. OLE color: 8799033.

HSL color Cylindrical-coordinate representation of color #394386: hue angle of 232.21º 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 #394386 is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5767134-
CMYK0.570.500.47
HSL232.21º40.31%37.45%-
HSV(B)232.21º57.46%52.55%-
XYZ86.6123.41-
YUV71.65163.19117.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=22.09%
G=25.97%
B=51.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57671340.570.500.47232.2140.3137.45
Hex394386393202Fe82825
Octal7110320671620573505045
Binary111001100001110000110111001110010010111111101000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394386; }

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

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

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

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

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

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

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

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