#3B3774

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

Shades of Jacksons Purple #3B3774

Tints of Jacksons Purple #3B3774

Color information

#3B3774 (or 0x3B3774) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 37 and 74. RGB value is (59,55,116). Sum of RGB (Red+Green+Blue) = 59+55+116=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B3774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3774 is #C4C88B. Grayscale: #3E3E3E. Windows color (decimal): -12896396 or 7616315. OLE color: 7616315.

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

Color convert

RGB5955116-
CMYK0.490.5300.55
HSL243.93º35.67%33.53%-
HSV(B)243.93º52.59%45.49%-
XYZ6.324.9217.14-
YUV63.15157.83125.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 116 (45.70% from 255) = 50.43%
R=25.65%
G=23.91%
B=50.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59551160.490.5300.55243.9335.6733.53
Hex3B37743135037f42422
Octal736716461650673644442
Binary1110111101111110100110001110101011011111110100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,55,116); }

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

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

 a { background-color: rgb(59,55,116); }

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

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

 span { border-color: rgb(59,55,116); }

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