#3B4385

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

Shades of Jacksons Purple #3B4385

Tints of Jacksons Purple #3B4385

Color information

#3B4385 (or 0x3B4385) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 43 and 85. RGB value is (59,67,133). Sum of RGB (Red+Green+Blue) = 59+67+133=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B4385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4385 is #C4BC7A. Grayscale: #474747. Windows color (decimal): -12893307 or 8733499. OLE color: 8733499.

HSL color Cylindrical-coordinate representation of color #3B4385: hue angle of 233.51º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B4385 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5967133-
CMYK0.560.5000.48
HSL233.51º38.54%37.65%-
HSV(B)233.51º55.64%52.16%-
XYZ8.046.6423.05-
YUV72.13162.35118.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.78%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=22.78%
G=25.87%
B=51.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59671330.560.5000.48233.5138.5437.65
Hex3B43853832030ea2726
Octal7310320570620603524746
Binary111011100001110000101111000110010011000011101010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,67,133); }

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

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

 a { background-color: rgb(59,67,133); }

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

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

 span { border-color: rgb(59,67,133); }

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