#3B357F

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

Shades of Jacksons Purple #3B357F

Tints of Jacksons Purple #3B357F

Color information

#3B357F (or 0x3B357F) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 35 and 7F. RGB value is (59,53,127). Sum of RGB (Red+Green+Blue) = 59+53+127=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B357F is #C4CA80. Grayscale: #3E3E3E. Windows color (decimal): -12896897 or 8336699. OLE color: 8336699.

HSL color Cylindrical-coordinate representation of color #3B357F: hue angle of 244.86º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B357F is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5953127-
CMYK0.540.5800.50
HSL244.86º41.11%35.29%-
HSV(B)244.86º58.27%49.8%-
XYZ6.915.0120.68-
YUV63.23163.99124.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 127 (50% from 255) = 53.14%
R=24.69%
G=22.18%
B=53.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59531270.540.5800.50244.8641.1135.29
Hex3B357F363A032f52923
Octal736517766720623655143
Binary1110111101011111111110110111010011001011110101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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