#393F93

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

Shades of Jacksons Purple #393F93

Tints of Jacksons Purple #393F93

Color information

#393F93 (or 0x393F93) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3F and 93. RGB value is (57,63,147). Sum of RGB (Red+Green+Blue) = 57+63+147=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #393F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F93 is #C6C06C. Grayscale: #464646. Windows color (decimal): -13025389 or 9649977. OLE color: 9649977.

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

Color convert

RGB5763147-
CMYK0.610.5700.42
HSL236º44.12%40%-
HSV(B)236º61.22%57.65%-
XYZ8.736.5328.4-
YUV70.78171.01118.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=21.35%
G=23.60%
B=55.06%

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
Decimal57631470.610.5700.4223644.1240
Hex393F933D3902Aec2c28
Octal717722375710523545450
Binary11100111111110010011111101111001010101011101100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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