#3C4078

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

Shades of Jacksons Purple #3C4078

Tints of Jacksons Purple #3C4078

Color information

#3C4078 (or 0x3C4078) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 40 and 78. RGB value is (60,64,120). Sum of RGB (Red+Green+Blue) = 60+64+120=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C4078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4078 is #C3BF87. Grayscale: #444444. Windows color (decimal): -12828552 or 7880764. OLE color: 7880764.

HSL color Cylindrical-coordinate representation of color #3C4078: hue angle of 236º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C4078 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6064120-
CMYK0.50.4700.53
HSL236º33.33%35.29%-
HSV(B)236º50%47.06%-
XYZ7.095.9818.55-
YUV69.19156.67121.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=24.59%
G=26.23%
B=49.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60641200.50.4700.5323633.3335.29
Hex3C4078322F035ec2123
Octal7410017062570653544143
Binary11110010000001111000110010101111011010111101100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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