#393479

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

Shades of Jacksons Purple #393479

Tints of Jacksons Purple #393479

Color information

#393479 (or 0x393479) is unknown color: approx Jacksons Purple. HEX triplet: 39, 34 and 79. RGB value is (57,52,121). Sum of RGB (Red+Green+Blue) = 57+52+121=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #393479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393479 is #C6CB86. Grayscale: #3D3D3D. Windows color (decimal): -13028231 or 7943225. OLE color: 7943225.

HSL color Cylindrical-coordinate representation of color #393479: hue angle of 244.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393479 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5752121-
CMYK0.530.5700.53
HSL244.35º39.88%33.92%-
HSV(B)244.35º57.02%47.45%-
XYZ6.374.7118.66-
YUV61.36161.66124.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=24.78%
G=22.61%
B=52.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57521210.530.5700.53244.3539.8833.92
Hex3934793539035f42822
Octal716417165710653645042
Binary1110011101001111001110101111001011010111110100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393479; }

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

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

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

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

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

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

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

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