#3B3583

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

Shades of Jacksons Purple #3B3583

Tints of Jacksons Purple #3B3583

Color information

#3B3583 (or 0x3B3583) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 35 and 83. RGB value is (59,53,131). Sum of RGB (Red+Green+Blue) = 59+53+131=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B3583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3583 is #C4CA7C. Grayscale: #3F3F3F. Windows color (decimal): -12896893 or 8598843. OLE color: 8598843.

HSL color Cylindrical-coordinate representation of color #3B3583: hue angle of 244.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B3583 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5953131-
CMYK0.550.6000.49
HSL244.62º42.39%36.08%-
HSV(B)244.62º59.54%51.37%-
XYZ7.175.1122.08-
YUV63.69165.99124.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.28%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=24.28%
G=21.81%
B=53.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59531310.550.6000.49244.6242.3936.08
Hex3B3583373C031f52a24
Octal736520367740613655244
Binary11101111010110000011110111111100011000111110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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