#3B3481

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

Shades of Jacksons Purple #3B3481

Tints of Jacksons Purple #3B3481

Color information

#3B3481 (or 0x3B3481) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 34 and 81. RGB value is (59,52,129). Sum of RGB (Red+Green+Blue) = 59+52+129=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #3B3481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3481 is #C4CB7E. Grayscale: #3E3E3E. Windows color (decimal): -12897151 or 8467515. OLE color: 8467515.

HSL color Cylindrical-coordinate representation of color #3B3481: hue angle of 245.45º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B3481 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5952129-
CMYK0.540.6000.49
HSL245.45º42.54%35.49%-
HSV(B)245.45º59.69%50.59%-
XYZ6.994.9721.36-
YUV62.87165.32125.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=24.58%
G=21.67%
B=53.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59521290.540.6000.49245.4542.5435.49
Hex3B3481363C031f52b23
Octal736420166740613655343
Binary11101111010010000001110110111100011000111110101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,129); }

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

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

 a { background-color: rgb(59,52,129); }

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

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

 span { border-color: rgb(59,52,129); }

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