#3B3279

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

Shades of Jacksons Purple #3B3279

Tints of Jacksons Purple #3B3279

Color information

#3B3279 (or 0x3B3279) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 32 and 79. RGB value is (59,50,121). Sum of RGB (Red+Green+Blue) = 59+50+121=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 50 (19.92% from 255 or 21.74% 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 #3B3279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3279 is #C4CD86. Grayscale: #3C3C3C. Windows color (decimal): -12897671 or 7942715. OLE color: 7942715.

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

Color convert

RGB5950121-
CMYK0.510.5900.53
HSL247.61º41.52%33.53%-
HSV(B)247.61º58.68%47.45%-
XYZ6.44.5918.64-
YUV60.78161.98126.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=25.65%
G=21.74%
B=52.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59501210.510.5900.53247.6141.5233.53
Hex3B3279333B035f82a22
Octal736217163730653705242
Binary1110111100101111001110011111011011010111111000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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