#3B4284

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

Shades of Jacksons Purple #3B4284

Tints of Jacksons Purple #3B4284

Color information

#3B4284 (or 0x3B4284) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 42 and 84. RGB value is (59,66,132). Sum of RGB (Red+Green+Blue) = 59+66+132=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B4284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4284 is #C4BD7B. Grayscale: #474747. Windows color (decimal): -12893564 or 8667707. OLE color: 8667707.

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

Color convert

RGB5966132-
CMYK0.550.500.48
HSL234.25º38.22%37.45%-
HSV(B)234.25º55.3%51.76%-
XYZ7.926.4922.67-
YUV71.43162.18119.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=22.96%
G=25.68%
B=51.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59661320.550.500.48234.2538.2237.45
Hex3B42843732030ea2625
Octal7310220467620603524645
Binary111011100001010000100110111110010011000011101010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,132); }

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

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

 a { background-color: rgb(59,66,132); }

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

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

 span { border-color: rgb(59,66,132); }

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