#3C4683

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

Shades of Jacksons Purple #3C4683

Tints of Jacksons Purple #3C4683

Color information

#3C4683 (or 0x3C4683) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 46 and 83. RGB value is (60,70,131). Sum of RGB (Red+Green+Blue) = 60+70+131=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C4683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4683 is #C3B97C. Grayscale: #494949. Windows color (decimal): -12827005 or 8603196. OLE color: 8603196.

HSL color Cylindrical-coordinate representation of color #3C4683: hue angle of 231.55º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C4683 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6070131-
CMYK0.540.4700.49
HSL231.55º37.17%37.45%-
HSV(B)231.55º54.2%51.37%-
XYZ8.156.9822.39-
YUV73.96160.19118.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.99%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=22.99%
G=26.82%
B=50.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60701310.540.4700.49231.5537.1737.45
Hex3C4683362F031e82525
Octal7410620366570613504545
Binary111100100011010000011110110101111011000111101000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,131); }

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

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

 a { background-color: rgb(60,70,131); }

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

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

 span { border-color: rgb(60,70,131); }

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