#3C4091

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

Shades of Jacksons Purple #3C4091

Tints of Jacksons Purple #3C4091

Color information

#3C4091 (or 0x3C4091) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 40 and 91. RGB value is (60,64,145). Sum of RGB (Red+Green+Blue) = 60+64+145=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C4091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4091 is #C3BF6E. Grayscale: #474747. Windows color (decimal): -12828527 or 9519164. OLE color: 9519164.

HSL color Cylindrical-coordinate representation of color #3C4091: hue angle of 237.18º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C4091 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6064145-
CMYK0.590.5600.43
HSL237.18º41.46%40.2%-
HSV(B)237.18º58.62%56.86%-
XYZ8.816.6727.61-
YUV72.04169.17119.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.30%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 145 (57.03% from 255) = 53.90%
R=22.30%
G=23.79%
B=53.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60641450.590.5600.43237.1841.4640.2
Hex3C40913B3802Bed2928
Octal7410022173700533555150
Binary111100100000010010001111011111000010101111101101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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