#393E92

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

Shades of Jacksons Purple #393E92

Tints of Jacksons Purple #393E92

Color information

#393E92 (or 0x393E92) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3E and 92. RGB value is (57,62,146). Sum of RGB (Red+Green+Blue) = 57+62+146=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #393E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E92 is #C6C16D. Grayscale: #454545. Windows color (decimal): -13025646 or 9584185. OLE color: 9584185.

HSL color Cylindrical-coordinate representation of color #393E92: hue angle of 236.63º 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 #393E92 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5762146-
CMYK0.610.5800.43
HSL236.63º43.84%39.8%-
HSV(B)236.63º60.96%57.25%-
XYZ8.66.3927.97-
YUV70.08170.84118.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=21.51%
G=23.40%
B=55.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57621460.610.5800.43236.6343.8439.8
Hex393E923D3A02Bed2c28
Octal717622275720533555450
Binary11100111111010010010111101111010010101111101101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393E92; }

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

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

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

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

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

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

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

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