#394484

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

Shades of Jacksons Purple #394484

Tints of Jacksons Purple #394484

Color information

#394484 (or 0x394484) is unknown color: approx Jacksons Purple. HEX triplet: 39, 44 and 84. RGB value is (57,68,132). Sum of RGB (Red+Green+Blue) = 57+68+132=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #394484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394484 is #C6BB7B. Grayscale: #474747. Windows color (decimal): -13024124 or 8668217. OLE color: 8668217.

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

Color convert

RGB5768132-
CMYK0.570.4800.48
HSL231.2º39.68%37.06%-
HSV(B)231.2º56.82%51.76%-
XYZ7.926.6722.7-
YUV72.01161.86117.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=22.18%
G=26.46%
B=51.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57681320.570.4800.48231.239.6837.06
Hex3944843930030e72825
Octal7110420471600603475045
Binary111001100010010000100111001110000011000011100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394484; }

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

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

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

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

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

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

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

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