#3B3683

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

Shades of Jacksons Purple #3B3683

Tints of Jacksons Purple #3B3683

Color information

#3B3683 (or 0x3B3683) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 36 and 83. RGB value is (59,54,131). Sum of RGB (Red+Green+Blue) = 59+54+131=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B3683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3683 is #C4C97C. Grayscale: #3F3F3F. Windows color (decimal): -12896637 or 8599099. OLE color: 8599099.

HSL color Cylindrical-coordinate representation of color #3B3683: hue angle of 243.9º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3683 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5954131-
CMYK0.550.5900.49
HSL243.9º41.62%36.27%-
HSV(B)243.9º58.78%51.37%-
XYZ7.225.2122.1-
YUV64.27165.66124.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.18%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 131 (51.56% from 255) = 53.69%
R=24.18%
G=22.13%
B=53.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59541310.550.5900.49243.941.6236.27
Hex3B3683373B031f42a24
Octal736620367730613645244
Binary11101111011010000011110111111011011000111110100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B3683; }

 p { color: rgb(59,54,131); }

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

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

 a { background-color: rgb(59,54,131); }

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

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

 span { border-color: rgb(59,54,131); }

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