#3C408B

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

Shades of Jacksons Purple #3C408B

Tints of Jacksons Purple #3C408B

Color information

#3C408B (or 0x3C408B) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 40 and 8B. RGB value is (60,64,139). Sum of RGB (Red+Green+Blue) = 60+64+139=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C408B is #C3BF74. Grayscale: #474747. Windows color (decimal): -12828533 or 9125948. OLE color: 9125948.

HSL color Cylindrical-coordinate representation of color #3C408B: hue angle of 236.96º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C408B is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6064139-
CMYK0.570.5400.45
HSL236.96º39.7%39.02%-
HSV(B)236.96º56.83%54.51%-
XYZ8.366.4925.24-
YUV71.35166.17119.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=22.81%
G=24.33%
B=52.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60641390.570.5400.45236.9639.739.02
Hex3C408B393602Ded2827
Octal7410021371660553555047
Binary111100100000010001011111001110110010110111101101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,139); }

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

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

 a { background-color: rgb(60,64,139); }

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

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

 span { border-color: rgb(60,64,139); }

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