#3B437F

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

Shades of Jacksons Purple #3B437F

Tints of Jacksons Purple #3B437F

Color information

#3B437F (or 0x3B437F) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 43 and 7F. RGB value is (59,67,127). Sum of RGB (Red+Green+Blue) = 59+67+127=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B437F is #C4BC80. Grayscale: #474747. Windows color (decimal): -12893313 or 8340283. OLE color: 8340283.

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

Color convert

RGB5967127-
CMYK0.540.4700.50
HSL232.94º36.56%36.47%-
HSV(B)232.94º53.54%49.8%-
XYZ7.646.4820.93-
YUV71.45159.35119.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 127 (50% from 255) = 50.20%
R=23.32%
G=26.48%
B=50.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59671270.540.4700.50232.9436.5636.47
Hex3B437F362F032e92524
Octal7310317766570623514544
Binary11101110000111111111110110101111011001011101001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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