#3C3382

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

Shades of Jacksons Purple #3C3382

Tints of Jacksons Purple #3C3382

Color information

#3C3382 (or 0x3C3382) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 33 and 82. RGB value is (60,51,130). Sum of RGB (Red+Green+Blue) = 60+51+130=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3382 is #C3CC7D. Grayscale: #3E3E3E. Windows color (decimal): -12831870 or 8532796. OLE color: 8532796.

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

Color convert

RGB6051130-
CMYK0.540.6100.49
HSL246.84º43.65%35.49%-
HSV(B)246.84º60.77%50.98%-
XYZ7.084.9421.7-
YUV62.7165.98126.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=24.90%
G=21.16%
B=53.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60511300.540.6100.49246.8443.6535.49
Hex3C3382363D031f72c23
Octal746320266750613675443
Binary11110011001110000010110110111101011000111110111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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