#3A3376

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

Shades of Jacksons Purple #3A3376

Tints of Jacksons Purple #3A3376

Color information

#3A3376 (or 0x3A3376) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 33 and 76. RGB value is (58,51,118). Sum of RGB (Red+Green+Blue) = 58+51+118=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3376 is #C5CC89. Grayscale: #3C3C3C. Windows color (decimal): -12962954 or 7746362. OLE color: 7746362.

HSL color Cylindrical-coordinate representation of color #3A3376: hue angle of 246.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A3376 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5851118-
CMYK0.510.5700.54
HSL246.27º39.64%33.14%-
HSV(B)246.27º56.78%46.27%-
XYZ6.24.5817.7-
YUV60.73160.32126.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=25.55%
G=22.47%
B=51.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58511180.510.5700.54246.2739.6433.14
Hex3A33763339036f62821
Octal726316663710663665041
Binary1110101100111110110110011111001011011011110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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