#3C4582

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

Shades of Jacksons Purple #3C4582

Tints of Jacksons Purple #3C4582

Color information

#3C4582 (or 0x3C4582) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 45 and 82. RGB value is (60,69,130). Sum of RGB (Red+Green+Blue) = 60+69+130=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C4582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4582 is #C3BA7D. Grayscale: #494949. Windows color (decimal): -12827262 or 8537404. OLE color: 8537404.

HSL color Cylindrical-coordinate representation of color #3C4582: hue angle of 232.29º 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 #3C4582 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6069130-
CMYK0.540.4700.49
HSL232.29º36.84%37.25%-
HSV(B)232.29º53.85%50.98%-
XYZ8.026.8322.01-
YUV73.26160.02118.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.17%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=23.17%
G=26.64%
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
Decimal60691300.540.4700.49232.2936.8437.25
Hex3C4582362F031e82525
Octal7410520266570613504545
Binary111100100010110000010110110101111011000111101000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,69,130); }

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

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

 a { background-color: rgb(60,69,130); }

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

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

 span { border-color: rgb(60,69,130); }

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