#394086

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

Shades of Jacksons Purple #394086

Tints of Jacksons Purple #394086

Color information

#394086 (or 0x394086) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 86. RGB value is (57,64,134). Sum of RGB (Red+Green+Blue) = 57+64+134=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #394086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394086 is #C6BF79. Grayscale: #454545. Windows color (decimal): -13025146 or 8798265. OLE color: 8798265.

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

Color convert

RGB5764134-
CMYK0.570.5200.47
HSL234.55º40.31%37.45%-
HSV(B)234.55º57.46%52.55%-
XYZ7.826.2623.35-
YUV69.89164.18118.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=22.35%
G=25.10%
B=52.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57641340.570.5200.47234.5540.3137.45
Hex394086393402Feb2825
Octal7110020671640573535045
Binary111001100000010000110111001110100010111111101011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394086; }

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

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

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

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

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

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

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

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