#3A3386

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

Shades of Jacksons Purple #3A3386

Tints of Jacksons Purple #3A3386

Color information

#3A3386 (or 0x3A3386) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 33 and 86. RGB value is (58,51,134). Sum of RGB (Red+Green+Blue) = 58+51+134=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A3386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3386 is #C5CC79. Grayscale: #3E3E3E. Windows color (decimal): -12962938 or 8794938. OLE color: 8794938.

HSL color Cylindrical-coordinate representation of color #3A3386: hue angle of 245.06º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3386 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5851134-
CMYK0.570.6200.47
HSL245.06º44.86%36.27%-
HSV(B)245.06º61.94%52.55%-
XYZ7.234.9923.14-
YUV62.55168.32124.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 134 (52.73% from 255) = 55.14%
R=23.87%
G=20.99%
B=55.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58511340.570.6200.47245.0644.8636.27
Hex3A3386393E02Ff52d24
Octal726320671760573655544
Binary11101011001110000110111001111110010111111110101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,134); }

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

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

 a { background-color: rgb(58,51,134); }

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

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

 span { border-color: rgb(58,51,134); }

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