#3C4076

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

Shades of Jacksons Purple #3C4076

Tints of Jacksons Purple #3C4076

Color information

#3C4076 (or 0x3C4076) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 40 and 76. RGB value is (60,64,118). Sum of RGB (Red+Green+Blue) = 60+64+118=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4076 is #C3BF89. Grayscale: #444444. Windows color (decimal): -12828554 or 7749692. OLE color: 7749692.

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

Color convert

RGB6064118-
CMYK0.490.4600.54
HSL235.86º32.58%34.9%-
HSV(B)235.86º49.15%46.27%-
XYZ6.975.9417.92-
YUV68.96155.67121.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=24.79%
G=26.45%
B=48.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60641180.490.4600.54235.8632.5834.9
Hex3C4076312E036ec2123
Octal7410016661560663544143
Binary11110010000001110110110001101110011011011101100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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