#393284

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

Shades of Jacksons Purple #393284

Tints of Jacksons Purple #393284

Color information

#393284 (or 0x393284) is unknown color: approx Jacksons Purple. HEX triplet: 39, 32 and 84. RGB value is (57,50,132). Sum of RGB (Red+Green+Blue) = 57+50+132=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #393284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393284 is #C6CD7B. Grayscale: #3D3D3D. Windows color (decimal): -13028732 or 8663609. OLE color: 8663609.

HSL color Cylindrical-coordinate representation of color #393284: hue angle of 245.12º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393284 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5750132-
CMYK0.570.6200.48
HSL245.12º45.05%35.69%-
HSV(B)245.12º62.12%51.76%-
XYZ6.994.8222.39-
YUV61.44167.82124.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=23.85%
G=20.92%
B=55.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57501320.570.6200.48245.1245.0535.69
Hex393284393E030f52d24
Octal716220471760603655544
Binary11100111001010000100111001111110011000011110101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393284; }

 p { color: rgb(57,50,132); }

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

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

 a { background-color: rgb(57,50,132); }

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

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

 span { border-color: rgb(57,50,132); }

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