#3A378B

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

Shades of Jacksons Purple #3A378B

Tints of Jacksons Purple #3A378B

Color information

#3A378B (or 0x3A378B) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 37 and 8B. RGB value is (58,55,139). Sum of RGB (Red+Green+Blue) = 58+55+139=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A378B is #C5C874. Grayscale: #414141. Windows color (decimal): -12961909 or 9123642. OLE color: 9123642.

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

Color convert

RGB5855139-
CMYK0.580.6000.45
HSL242.14º43.3%38.04%-
HSV(B)242.14º60.43%54.51%-
XYZ7.775.525.08-
YUV65.47169.49122.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.02%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=23.02%
G=21.83%
B=55.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58551390.580.6000.45242.1443.338.04
Hex3A378B3A3C02Df22b26
Octal726721372740553625346
Binary11101011011110001011111010111100010110111110010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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