#3B3579

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

Shades of Jacksons Purple #3B3579

Tints of Jacksons Purple #3B3579

Color information

#3B3579 (or 0x3B3579) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 35 and 79. RGB value is (59,53,121). Sum of RGB (Red+Green+Blue) = 59+53+121=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3579 is #C4CA86. Grayscale: #3E3E3E. Windows color (decimal): -12896903 or 7943483. OLE color: 7943483.

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

Color convert

RGB5953121-
CMYK0.510.5600.53
HSL245.29º39.08%34.12%-
HSV(B)245.29º56.2%47.45%-
XYZ6.534.8618.68-
YUV62.55160.99125.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=25.32%
G=22.75%
B=51.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59531210.510.5600.53245.2939.0834.12
Hex3B35793338035f52722
Octal736517163700653654742
Binary1110111101011111001110011111000011010111110101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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