#3A3B8B

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

Shades of Jacksons Purple #3A3B8B

Tints of Jacksons Purple #3A3B8B

Color information

#3A3B8B (or 0x3A3B8B) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 3B and 8B. RGB value is (58,59,139). Sum of RGB (Red+Green+Blue) = 58+59+139=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A3B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3B8B is #C5C474. Grayscale: #434343. Windows color (decimal): -12960885 or 9124666. OLE color: 9124666.

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

Color convert

RGB5859139-
CMYK0.580.5800.45
HSL239.26º41.12%38.63%-
HSV(B)239.26º58.27%54.51%-
XYZ7.975.8925.14-
YUV67.82168.17121-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.66%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=22.66%
G=23.05%
B=54.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58591390.580.5800.45239.2641.1238.63
Hex3A3B8B3A3A02Def2927
Octal727321372720553575147
Binary11101011101110001011111010111010010110111101111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,59,139); }

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

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

 a { background-color: rgb(58,59,139); }

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

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

 span { border-color: rgb(58,59,139); }

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