#3C4390

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

Shades of Jacksons Purple #3C4390

Tints of Jacksons Purple #3C4390

Color information

#3C4390 (or 0x3C4390) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 43 and 90. RGB value is (60,67,144). Sum of RGB (Red+Green+Blue) = 60+67+144=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C4390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4390 is #C3BC6F. Grayscale: #494949. Windows color (decimal): -12827760 or 9454396. OLE color: 9454396.

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

Color convert

RGB6067144-
CMYK0.580.5300.44
HSL235º41.18%40%-
HSV(B)235º58.33%56.47%-
XYZ8.96.9927.27-
YUV73.68167.68118.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.14%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 144 (56.64% from 255) = 53.14%
R=22.14%
G=24.72%
B=53.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60671440.580.5300.4423541.1840
Hex3C43903A3502Ceb2928
Octal7410322072650543535150
Binary111100100001110010000111010110101010110011101011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,144); }

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

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

 a { background-color: rgb(60,67,144); }

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

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

 span { border-color: rgb(60,67,144); }

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