#3A3687

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

Shades of Jacksons Purple #3A3687

Tints of Jacksons Purple #3A3687

Color information

#3A3687 (or 0x3A3687) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 36 and 87. RGB value is (58,54,135). Sum of RGB (Red+Green+Blue) = 58+54+135=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A3687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3687 is #C5C978. Grayscale: #404040. Windows color (decimal): -12962169 or 8861242. OLE color: 8861242.

HSL color Cylindrical-coordinate representation of color #3A3687: hue angle of 242.96º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A3687 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5854135-
CMYK0.570.6000.47
HSL242.96º42.86%37.06%-
HSV(B)242.96º60%52.94%-
XYZ7.445.2923.55-
YUV64.43167.83123.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=23.48%
G=21.86%
B=54.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58541350.570.6000.47242.9642.8637.06
Hex3A3687393C02Ff32b25
Octal726620771740573635345
Binary11101011011010000111111001111100010111111110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,54,135); }

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

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

 a { background-color: rgb(58,54,135); }

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

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

 span { border-color: rgb(58,54,135); }

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