#393380

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

Shades of Jacksons Purple #393380

Tints of Jacksons Purple #393380

Color information

#393380 (or 0x393380) is unknown color: approx Jacksons Purple. HEX triplet: 39, 33 and 80. RGB value is (57,51,128). Sum of RGB (Red+Green+Blue) = 57+51+128=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #393380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393380 is #C6CC7F. Grayscale: #3D3D3D. Windows color (decimal): -13028480 or 8401721. OLE color: 8401721.

HSL color Cylindrical-coordinate representation of color #393380: hue angle of 244.68º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393380 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5751128-
CMYK0.550.6000.50
HSL244.68º43.02%35.1%-
HSV(B)244.68º60.16%50.2%-
XYZ6.774.820.99-
YUV61.57165.49124.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 128 (50.39% from 255) = 54.24%
R=24.15%
G=21.61%
B=54.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57511280.550.6000.50244.6843.0235.1
Hex393380373C032f52b23
Octal716320067740623655343
Binary11100111001110000000110111111100011001011110101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393380; }

 p { color: rgb(57,51,128); }

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

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

 a { background-color: rgb(57,51,128); }

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

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

 span { border-color: rgb(57,51,128); }

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