#3A3379

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

Shades of Jacksons Purple #3A3379

Tints of Jacksons Purple #3A3379

Color information

#3A3379 (or 0x3A3379) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 33 and 79. RGB value is (58,51,121). Sum of RGB (Red+Green+Blue) = 58+51+121=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A3379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3379 is #C5CC86. Grayscale: #3C3C3C. Windows color (decimal): -12962951 or 7942970. OLE color: 7942970.

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

Color convert

RGB5851121-
CMYK0.520.5800.53
HSL246º40.7%33.73%-
HSV(B)246º57.85%47.45%-
XYZ6.384.6518.65-
YUV61.07161.82125.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=25.22%
G=22.17%
B=52.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58511210.520.5800.5324640.733.73
Hex3A3379343A035f62922
Octal726317164720653665142
Binary1110101100111111001110100111010011010111110110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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