#3C3380

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

Shades of Jacksons Purple #3C3380

Tints of Jacksons Purple #3C3380

Color information

#3C3380 (or 0x3C3380) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 33 and 80. RGB value is (60,51,128). Sum of RGB (Red+Green+Blue) = 60+51+128=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C3380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3380 is #C3CC7F. Grayscale: #3E3E3E. Windows color (decimal): -12831872 or 8401724. OLE color: 8401724.

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

Color convert

RGB6051128-
CMYK0.530.6000.50
HSL247.01º43.02%35.1%-
HSV(B)247.01º60.16%50.2%-
XYZ6.944.8921-
YUV62.47164.98126.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=25.10%
G=21.34%
B=53.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60511280.530.6000.50247.0143.0235.1
Hex3C3380353C032f72b23
Octal746320065740623675343
Binary11110011001110000000110101111100011001011110111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,128); }

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

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

 a { background-color: rgb(60,51,128); }

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

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

 span { border-color: rgb(60,51,128); }

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