#3B3382

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

Shades of Jacksons Purple #3B3382

Tints of Jacksons Purple #3B3382

Color information

#3B3382 (or 0x3B3382) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 33 and 82. RGB value is (59,51,130). Sum of RGB (Red+Green+Blue) = 59+51+130=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B3382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3382 is #C4CC7D. Grayscale: #3E3E3E. Windows color (decimal): -12897406 or 8532795. OLE color: 8532795.

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

Color convert

RGB5951130-
CMYK0.550.6100.49
HSL246.08º43.65%35.49%-
HSV(B)246.08º60.77%50.98%-
XYZ7.024.9121.7-
YUV62.4166.15125.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=24.58%
G=21.25%
B=54.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59511300.550.6100.49246.0843.6535.49
Hex3B3382373D031f62c23
Octal736320267750613665443
Binary11101111001110000010110111111101011000111110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,130); }

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

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

 a { background-color: rgb(59,51,130); }

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

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

 span { border-color: rgb(59,51,130); }

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