#3C4685

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

Shades of Jacksons Purple #3C4685

Tints of Jacksons Purple #3C4685

Color information

#3C4685 (or 0x3C4685) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 46 and 85. RGB value is (60,70,133). Sum of RGB (Red+Green+Blue) = 60+70+133=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C4685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4685 is #C3B97A. Grayscale: #494949. Windows color (decimal): -12827003 or 8734268. OLE color: 8734268.

HSL color Cylindrical-coordinate representation of color #3C4685: hue angle of 231.78º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C4685 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6070133-
CMYK0.550.4700.48
HSL231.78º37.82%37.84%-
HSV(B)231.78º54.89%52.16%-
XYZ8.297.0323.11-
YUV74.19161.19117.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=22.81%
G=26.62%
B=50.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60701330.550.4700.48231.7837.8237.84
Hex3C4685372F030e82626
Octal7410620567570603504646
Binary111100100011010000101110111101111011000011101000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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