#3B408A

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

Shades of Jacksons Purple #3B408A

Tints of Jacksons Purple #3B408A

Color information

#3B408A (or 0x3B408A) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 40 and 8A. RGB value is (59,64,138). Sum of RGB (Red+Green+Blue) = 59+64+138=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B408A is #C4BF75. Grayscale: #464646. Windows color (decimal): -12894070 or 9060411. OLE color: 9060411.

HSL color Cylindrical-coordinate representation of color #3B408A: hue angle of 236.2º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B408A is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5964138-
CMYK0.570.5400.46
HSL236.2º40.1%38.63%-
HSV(B)236.2º57.25%54.12%-
XYZ8.226.4324.85-
YUV70.94165.84119.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.61%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=22.61%
G=24.52%
B=52.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59641380.570.5400.46236.240.138.63
Hex3B408A393602Eec2827
Octal7310021271660563545047
Binary111011100000010001010111001110110010111011101100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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