#3B3378

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

Shades of Jacksons Purple #3B3378

Tints of Jacksons Purple #3B3378

Color information

#3B3378 (or 0x3B3378) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 33 and 78. RGB value is (59,51,120). Sum of RGB (Red+Green+Blue) = 59+51+120=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B3378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3378 is #C4CC87. Grayscale: #3C3C3C. Windows color (decimal): -12897416 or 7877435. OLE color: 7877435.

HSL color Cylindrical-coordinate representation of color #3B3378: hue angle of 246.96º 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 #3B3378 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5951120-
CMYK0.510.5800.53
HSL246.96º40.35%33.53%-
HSV(B)246.96º57.5%47.06%-
XYZ6.384.6518.33-
YUV61.26161.15126.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=25.65%
G=22.17%
B=52.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59511200.510.5800.53246.9640.3533.53
Hex3B3378333A035f72822
Octal736317063720653675042
Binary1110111100111111000110011111010011010111110111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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