#394480

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

Shades of Jacksons Purple #394480

Tints of Jacksons Purple #394480

Color information

#394480 (or 0x394480) is unknown color: approx Jacksons Purple. HEX triplet: 39, 44 and 80. RGB value is (57,68,128). Sum of RGB (Red+Green+Blue) = 57+68+128=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #394480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394480 is #C6BB7F. Grayscale: #474747. Windows color (decimal): -13024128 or 8406073. OLE color: 8406073.

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

Color convert

RGB5768128-
CMYK0.550.4700.50
HSL230.7º38.38%36.27%-
HSV(B)230.7º55.47%50.2%-
XYZ7.656.5621.29-
YUV71.55159.86117.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=22.53%
G=26.88%
B=50.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57681280.550.4700.50230.738.3836.27
Hex394480372F032e72624
Octal7110420067570623474644
Binary111001100010010000000110111101111011001011100111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394480; }

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

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

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

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

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

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

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

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