#3A3486

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

Shades of Jacksons Purple #3A3486

Tints of Jacksons Purple #3A3486

Color information

#3A3486 (or 0x3A3486) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 34 and 86. RGB value is (58,52,134). Sum of RGB (Red+Green+Blue) = 58+52+134=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A3486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3486 is #C5CB79. Grayscale: #3E3E3E. Windows color (decimal): -12962682 or 8795194. OLE color: 8795194.

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

Color convert

RGB5852134-
CMYK0.570.6100.47
HSL244.39º44.09%36.47%-
HSV(B)244.39º61.19%52.55%-
XYZ7.285.0823.15-
YUV63.14167.99124.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 134 (52.73% from 255) = 54.92%
R=23.77%
G=21.31%
B=54.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58521340.570.6100.47244.3944.0936.47
Hex3A3486393D02Ff42c24
Octal726420671750573645444
Binary11101011010010000110111001111101010111111110100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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