#393F92

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

Shades of Jacksons Purple #393F92

Tints of Jacksons Purple #393F92

Color information

#393F92 (or 0x393F92) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3F and 92. RGB value is (57,63,146). Sum of RGB (Red+Green+Blue) = 57+63+146=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #393F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F92 is #C6C06D. Grayscale: #464646. Windows color (decimal): -13025390 or 9584441. OLE color: 9584441.

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

Color convert

RGB5763146-
CMYK0.610.5700.43
HSL235.96º43.84%39.8%-
HSV(B)235.96º60.96%57.25%-
XYZ8.656.527.99-
YUV70.67170.51118.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 63 (25% from 255) = 23.68%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=21.43%
G=23.68%
B=54.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57631460.610.5700.43235.9643.8439.8
Hex393F923D3902Bec2c28
Octal717722275710533545450
Binary11100111111110010010111101111001010101111101100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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