#393178

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

Shades of Jacksons Purple #393178

Tints of Jacksons Purple #393178

Color information

#393178 (or 0x393178) is unknown color: approx Jacksons Purple. HEX triplet: 39, 31 and 78. RGB value is (57,49,120). Sum of RGB (Red+Green+Blue) = 57+49+120=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #393178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393178 is #C6CE87. Grayscale: #3B3B3B. Windows color (decimal): -13029000 or 7876921. OLE color: 7876921.

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

Color convert

RGB5749120-
CMYK0.520.5900.53
HSL246.76º42.01%33.14%-
HSV(B)246.76º59.17%47.06%-
XYZ6.184.4218.3-
YUV59.49162.15126.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=25.22%
G=21.68%
B=53.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57491200.520.5900.53246.7642.0133.14
Hex393178343B035f72a21
Octal716117064730653675241
Binary1110011100011111000110100111011011010111110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393178; }

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

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

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

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

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

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

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

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