#3C418B

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

Shades of Jacksons Purple #3C418B

Tints of Jacksons Purple #3C418B

Color information

#3C418B (or 0x3C418B) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 41 and 8B. RGB value is (60,65,139). Sum of RGB (Red+Green+Blue) = 60+65+139=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C418B is #C3BE74. Grayscale: #474747. Windows color (decimal): -12828277 or 9126204. OLE color: 9126204.

HSL color Cylindrical-coordinate representation of color #3C418B: hue angle of 236.2º 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 #3C418B is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6065139-
CMYK0.570.5300.45
HSL236.2º39.7%39.02%-
HSV(B)236.2º56.83%54.51%-
XYZ8.416.6125.26-
YUV71.94165.84119.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.73%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=22.73%
G=24.62%
B=52.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60651390.570.5300.45236.239.739.02
Hex3C418B393502Dec2827
Octal7410121371650553545047
Binary111100100000110001011111001110101010110111101100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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