#3C3378

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

Shades of Jacksons Purple #3C3378

Tints of Jacksons Purple #3C3378

Color information

#3C3378 (or 0x3C3378) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 33 and 78. RGB value is (60,51,120). Sum of RGB (Red+Green+Blue) = 60+51+120=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C3378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3378 is #C3CC87. Grayscale: #3D3D3D. Windows color (decimal): -12831880 or 7877436. OLE color: 7877436.

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

Color convert

RGB6051120-
CMYK0.50.5800.53
HSL247.83º40.35%33.53%-
HSV(B)247.83º57.5%47.06%-
XYZ6.444.6818.33-
YUV61.56160.98126.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=25.97%
G=22.08%
B=51.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60511200.50.5800.53247.8340.3533.53
Hex3C3378323A035f82822
Octal746317062720653705042
Binary1111001100111111000110010111010011010111111000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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