#394093

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

Shades of Jacksons Purple #394093

Tints of Jacksons Purple #394093

Color information

#394093 (or 0x394093) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 93. RGB value is (57,64,147). Sum of RGB (Red+Green+Blue) = 57+64+147=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #394093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394093 is #C6BF6C. Grayscale: #474747. Windows color (decimal): -13025133 or 9650233. OLE color: 9650233.

HSL color Cylindrical-coordinate representation of color #394093: hue angle of 235.33º 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 #394093 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5764147-
CMYK0.610.5600.42
HSL235.33º44.12%40%-
HSV(B)235.33º61.22%57.65%-
XYZ8.796.6428.42-
YUV71.37170.68117.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 147 (57.81% from 255) = 54.85%
R=21.27%
G=23.88%
B=54.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57641470.610.5600.42235.3344.1240
Hex3940933D3802Aeb2c28
Octal7110022375700523535450
Binary111001100000010010011111101111000010101011101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394093; }

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

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

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

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

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

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

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

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