#3A4079

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

Shades of Jacksons Purple #3A4079

Tints of Jacksons Purple #3A4079

Color information

#3A4079 (or 0x3A4079) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 40 and 79. RGB value is (58,64,121). Sum of RGB (Red+Green+Blue) = 58+64+121=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A4079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4079 is #C5BF86. Grayscale: #444444. Windows color (decimal): -12959623 or 7946298. OLE color: 7946298.

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

Color convert

RGB5864121-
CMYK0.520.4700.53
HSL234.29º35.2%35.1%-
HSV(B)234.29º52.07%47.45%-
XYZ7.035.9518.87-
YUV68.7157.51120.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=23.87%
G=26.34%
B=49.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58641210.520.4700.53234.2935.235.1
Hex3A4079342F035ea2323
Octal7210017164570653524343
Binary11101010000001111001110100101111011010111101010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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