#3A4089

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

Shades of Jacksons Purple #3A4089

Tints of Jacksons Purple #3A4089

Color information

#3A4089 (or 0x3A4089) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 40 and 89. RGB value is (58,64,137). Sum of RGB (Red+Green+Blue) = 58+64+137=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A4089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4089 is #C5BF76. Grayscale: #464646. Windows color (decimal): -12959607 or 8994874. OLE color: 8994874.

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

Color convert

RGB5864137-
CMYK0.580.5300.46
HSL235.44º40.51%38.24%-
HSV(B)235.44º57.66%53.73%-
XYZ8.096.3724.47-
YUV70.53165.51119.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.39%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=22.39%
G=24.71%
B=52.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58641370.580.5300.46235.4440.5138.24
Hex3A40893A3502Eeb2926
Octal7210021172650563535146
Binary111010100000010001001111010110101010111011101011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,137); }

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

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

 a { background-color: rgb(58,64,137); }

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

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

 span { border-color: rgb(58,64,137); }

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