#3B3781

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

Shades of Jacksons Purple #3B3781

Tints of Jacksons Purple #3B3781

Color information

#3B3781 (or 0x3B3781) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 37 and 81. RGB value is (59,55,129). Sum of RGB (Red+Green+Blue) = 59+55+129=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #3B3781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3781 is #C4C87E. Grayscale: #404040. Windows color (decimal): -12896383 or 8468283. OLE color: 8468283.

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

Color convert

RGB5955129-
CMYK0.540.5700.49
HSL243.24º40.22%36.08%-
HSV(B)243.24º57.36%50.59%-
XYZ7.135.2521.41-
YUV64.63164.33123.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.28%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=24.28%
G=22.63%
B=53.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59551290.540.5700.49243.2440.2236.08
Hex3B37813639031f32824
Octal736720166710613635044
Binary11101111011110000001110110111001011000111110011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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