#3A3676

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

Shades of Jacksons Purple #3A3676

Tints of Jacksons Purple #3A3676

Color information

#3A3676 (or 0x3A3676) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 36 and 76. RGB value is (58,54,118). Sum of RGB (Red+Green+Blue) = 58+54+118=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3676 is #C5C989. Grayscale: #3E3E3E. Windows color (decimal): -12962186 or 7747130. OLE color: 7747130.

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

Color convert

RGB5854118-
CMYK0.510.5400.54
HSL243.75º37.21%33.73%-
HSV(B)243.75º54.24%46.27%-
XYZ6.334.8517.74-
YUV62.49159.33124.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=25.22%
G=23.48%
B=51.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58541180.510.5400.54243.7537.2133.73
Hex3A36763336036f42522
Octal726616663660663644542
Binary1110101101101110110110011110110011011011110100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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