#3B3679

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

Shades of Jacksons Purple #3B3679

Tints of Jacksons Purple #3B3679

Color information

#3B3679 (or 0x3B3679) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 36 and 79. RGB value is (59,54,121). Sum of RGB (Red+Green+Blue) = 59+54+121=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B3679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3679 is #C4C986. Grayscale: #3E3E3E. Windows color (decimal): -12896647 or 7943739. OLE color: 7943739.

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

Color convert

RGB5954121-
CMYK0.510.5500.53
HSL244.48º38.29%34.31%-
HSV(B)244.48º55.37%47.45%-
XYZ6.574.9518.7-
YUV63.13160.66125.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.21%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 121 (47.66% from 255) = 51.71%
R=25.21%
G=23.08%
B=51.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59541210.510.5500.53244.4838.2934.31
Hex3B36793337035f42622
Octal736617163670653644642
Binary1110111101101111001110011110111011010111110100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,121); }

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

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

 a { background-color: rgb(59,54,121); }

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

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

 span { border-color: rgb(59,54,121); }

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