#393776

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

Shades of Jacksons Purple #393776

Tints of Jacksons Purple #393776

Color information

#393776 (or 0x393776) is unknown color: approx Jacksons Purple. HEX triplet: 39, 37 and 76. RGB value is (57,55,118). Sum of RGB (Red+Green+Blue) = 57+55+118=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #393776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393776 is #C6C889. Grayscale: #3E3E3E. Windows color (decimal): -13027466 or 7747385. OLE color: 7747385.

HSL color Cylindrical-coordinate representation of color #393776: hue angle of 241.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #393776 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5755118-
CMYK0.520.5300.54
HSL241.9º36.42%33.92%-
HSV(B)241.9º53.39%46.27%-
XYZ6.324.9117.75-
YUV62.78159.16123.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=24.78%
G=23.91%
B=51.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57551180.520.5300.54241.936.4233.92
Hex3937763435036f22422
Octal716716664650663624442
Binary1110011101111110110110100110101011011011110010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393776; }

 p { color: rgb(57,55,118); }

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

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

 a { background-color: rgb(57,55,118); }

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

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

 span { border-color: rgb(57,55,118); }

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