#394485

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

Shades of Jacksons Purple #394485

Tints of Jacksons Purple #394485

Color information

#394485 (or 0x394485) is unknown color: approx Jacksons Purple. HEX triplet: 39, 44 and 85. RGB value is (57,68,133). Sum of RGB (Red+Green+Blue) = 57+68+133=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #394485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394485 is #C6BB7A. Grayscale: #474747. Windows color (decimal): -13024123 or 8733753. OLE color: 8733753.

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

Color convert

RGB5768133-
CMYK0.570.4900.48
HSL231.32º40%37.25%-
HSV(B)231.32º57.14%52.16%-
XYZ7.996.723.06-
YUV72.12162.36117.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=22.09%
G=26.36%
B=51.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57681330.570.4900.48231.324037.25
Hex3944853931030e72825
Octal7110420571610603475045
Binary111001100010010000101111001110001011000011100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394485; }

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

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

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

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

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

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

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

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