#3B408E

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

Shades of Jacksons Purple #3B408E

Tints of Jacksons Purple #3B408E

Color information

#3B408E (or 0x3B408E) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 40 and 8E. RGB value is (59,64,142). Sum of RGB (Red+Green+Blue) = 59+64+142=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B408E is #C4BF71. Grayscale: #474747. Windows color (decimal): -12894066 or 9322555. OLE color: 9322555.

HSL color Cylindrical-coordinate representation of color #3B408E: hue angle of 236.39º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B408E is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5964142-
CMYK0.580.5500.44
HSL236.39º41.29%39.41%-
HSV(B)236.39º58.45%55.69%-
XYZ8.526.5526.41-
YUV71.4167.84119.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=22.26%
G=24.15%
B=53.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59641420.580.5500.44236.3941.2939.41
Hex3B408E3A3702Cec2927
Octal7310021672670543545147
Binary111011100000010001110111010110111010110011101100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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