#393179

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

Shades of Jacksons Purple #393179

Tints of Jacksons Purple #393179

Color information

#393179 (or 0x393179) is unknown color: approx Jacksons Purple. HEX triplet: 39, 31 and 79. RGB value is (57,49,121). Sum of RGB (Red+Green+Blue) = 57+49+121=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #393179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393179 is #C6CE86. Grayscale: #3B3B3B. Windows color (decimal): -13028999 or 7942457. OLE color: 7942457.

HSL color Cylindrical-coordinate representation of color #393179: hue angle of 246.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393179 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5749121-
CMYK0.530.6000.53
HSL246.67º42.35%33.33%-
HSV(B)246.67º59.5%47.45%-
XYZ6.244.4518.62-
YUV59.6162.65126.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=25.11%
G=21.59%
B=53.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57491210.530.6000.53246.6742.3533.33
Hex393179353C035f72a21
Octal716117165740653675241
Binary1110011100011111001110101111100011010111110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393179; }

 p { color: rgb(57,49,121); }

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

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

 a { background-color: rgb(57,49,121); }

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

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

 span { border-color: rgb(57,49,121); }

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