#394092

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

Shades of Jacksons Purple #394092

Tints of Jacksons Purple #394092

Color information

#394092 (or 0x394092) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 92. RGB value is (57,64,146). Sum of RGB (Red+Green+Blue) = 57+64+146=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #394092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394092 is #C6BF6D. Grayscale: #464646. Windows color (decimal): -13025134 or 9584697. OLE color: 9584697.

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

Color convert

RGB5764146-
CMYK0.610.5600.43
HSL235.28º43.84%39.8%-
HSV(B)235.28º60.96%57.25%-
XYZ8.716.6128.01-
YUV71.26170.18117.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=21.35%
G=23.97%
B=54.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57641460.610.5600.43235.2843.8439.8
Hex3940923D3802Beb2c28
Octal7110022275700533535450
Binary111001100000010010010111101111000010101111101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394092; }

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

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

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

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

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

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

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

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