#3B407F

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

Shades of Jacksons Purple #3B407F

Tints of Jacksons Purple #3B407F

Color information

#3B407F (or 0x3B407F) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 40 and 7F. RGB value is (59,64,127). Sum of RGB (Red+Green+Blue) = 59+64+127=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B407F is #C4BF80. Grayscale: #454545. Windows color (decimal): -12894081 or 8339515. OLE color: 8339515.

HSL color Cylindrical-coordinate representation of color #3B407F: hue angle of 235.59º 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 #3B407F is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5964127-
CMYK0.540.5000.50
HSL235.59º36.56%36.47%-
HSV(B)235.59º53.54%49.8%-
XYZ7.476.1320.87-
YUV69.69160.34120.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 127 (50% from 255) = 50.8%
R=23.6%
G=25.6%
B=50.8%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59641270.540.5000.50235.5936.5636.47
Hex3B407F3632032ec2524
Octal7310017766620623544544
Binary11101110000001111111110110110010011001011101100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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