#3A4189

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

Shades of Jacksons Purple #3A4189

Tints of Jacksons Purple #3A4189

Color information

#3A4189 (or 0x3A4189) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 41 and 89. RGB value is (58,65,137). Sum of RGB (Red+Green+Blue) = 58+65+137=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A4189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4189 is #C5BE76. Grayscale: #464646. Windows color (decimal): -12959351 or 8995130. OLE color: 8995130.

HSL color Cylindrical-coordinate representation of color #3A4189: hue angle of 234.68º 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 #3A4189 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5865137-
CMYK0.580.5300.46
HSL234.68º40.51%38.24%-
HSV(B)234.68º57.66%53.73%-
XYZ8.156.4924.49-
YUV71.11165.18118.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 137 (53.91% from 255) = 52.69%
R=22.31%
G=25%
B=52.69%

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
Decimal58651370.580.5300.46234.6840.5138.24
Hex3A41893A3502Eeb2926
Octal7210121172650563535146
Binary111010100000110001001111010110101010111011101011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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