#394094

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

Shades of Jacksons Purple #394094

Tints of Jacksons Purple #394094

Color information

#394094 (or 0x394094) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 94. RGB value is (57,64,148). Sum of RGB (Red+Green+Blue) = 57+64+148=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #394094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394094 is #C6BF6B. Grayscale: #474747. Windows color (decimal): -13025132 or 9715769. OLE color: 9715769.

HSL color Cylindrical-coordinate representation of color #394094: hue angle of 235.38º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394094 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5764148-
CMYK0.610.5700.42
HSL235.38º44.39%40.2%-
HSV(B)235.38º61.49%58.04%-
XYZ8.876.6728.84-
YUV71.48171.18117.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 148 (58.20% from 255) = 55.02%
R=21.19%
G=23.79%
B=55.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57641480.610.5700.42235.3844.3940.2
Hex3940943D3902Aeb2c28
Octal7110022475710523535450
Binary111001100000010010100111101111001010101011101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394094; }

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

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

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

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

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

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

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

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