#3B3379

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

Shades of Jacksons Purple #3B3379

Tints of Jacksons Purple #3B3379

Color information

#3B3379 (or 0x3B3379) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 33 and 79. RGB value is (59,51,121). Sum of RGB (Red+Green+Blue) = 59+51+121=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B3379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3379 is #C4CC86. Grayscale: #3D3D3D. Windows color (decimal): -12897415 or 7942971. OLE color: 7942971.

HSL color Cylindrical-coordinate representation of color #3B3379: hue angle of 246.86º 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 #3B3379 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5951121-
CMYK0.510.5800.53
HSL246.86º40.7%33.73%-
HSV(B)246.86º57.85%47.45%-
XYZ6.444.6818.65-
YUV61.37161.65126.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.54%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=25.54%
G=22.08%
B=52.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59511210.510.5800.53246.8640.733.73
Hex3B3379333A035f72922
Octal736317163720653675142
Binary1110111100111111001110011111010011010111110111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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