#394080

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

Shades of Jacksons Purple #394080

Tints of Jacksons Purple #394080

Color information

#394080 (or 0x394080) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 80. RGB value is (57,64,128). Sum of RGB (Red+Green+Blue) = 57+64+128=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #394080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394080 is #C6BF7F. Grayscale: #444444. Windows color (decimal): -13025152 or 8405049. OLE color: 8405049.

HSL color Cylindrical-coordinate representation of color #394080: hue angle of 234.08º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #394080 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5764128-
CMYK0.550.500.50
HSL234.08º38.38%36.27%-
HSV(B)234.08º55.47%50.2%-
XYZ7.426.121.21-
YUV69.2161.18119.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 128 (50.39% from 255) = 51.41%
R=22.89%
G=25.70%
B=51.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57641280.550.500.50234.0838.3836.27
Hex3940803732032ea2624
Octal7110020067620623524644
Binary111001100000010000000110111110010011001011101010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394080; }

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

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

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

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

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

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

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

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