#3B4489

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

Shades of Jacksons Purple #3B4489

Tints of Jacksons Purple #3B4489

Color information

#3B4489 (or 0x3B4489) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 44 and 89. RGB value is (59,68,137). Sum of RGB (Red+Green+Blue) = 59+68+137=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B4489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4489 is #C4BB76. Grayscale: #484848. Windows color (decimal): -12893047 or 8995899. OLE color: 8995899.

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

Color convert

RGB5968137-
CMYK0.570.5000.46
HSL233.08º39.8%38.43%-
HSV(B)233.08º56.93%53.73%-
XYZ8.396.8724.55-
YUV73.18164.02117.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 137 (53.91% from 255) = 51.89%
R=22.35%
G=25.76%
B=51.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59681370.570.5000.46233.0839.838.43
Hex3B4489393202Ee92826
Octal7310421171620563515046
Binary111011100010010001001111001110010010111011101001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,137); }

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

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

 a { background-color: rgb(59,68,137); }

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

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

 span { border-color: rgb(59,68,137); }

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