#393778

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

Shades of Jacksons Purple #393778

Tints of Jacksons Purple #393778

Color information

#393778 (or 0x393778) is unknown color: approx Jacksons Purple. HEX triplet: 39, 37 and 78. RGB value is (57,55,120). Sum of RGB (Red+Green+Blue) = 57+55+120=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #393778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393778 is #C6C887. Grayscale: #3E3E3E. Windows color (decimal): -13027464 or 7878457. OLE color: 7878457.

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

Color convert

RGB5755120-
CMYK0.520.5400.53
HSL241.85º37.14%34.31%-
HSV(B)241.85º54.17%47.06%-
XYZ6.444.9618.39-
YUV63.01160.16123.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=24.57%
G=23.71%
B=51.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57551200.520.5400.53241.8537.1434.31
Hex3937783436035f22522
Octal716717064660653624542
Binary1110011101111111000110100110110011010111110010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393778; }

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

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

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

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

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

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

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

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