#3B428C

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

Shades of Jacksons Purple #3B428C

Tints of Jacksons Purple #3B428C

Color information

#3B428C (or 0x3B428C) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 42 and 8C. RGB value is (59,66,140). Sum of RGB (Red+Green+Blue) = 59+66+140=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B428C is #C4BD73. Grayscale: #484848. Windows color (decimal): -12893556 or 9191995. OLE color: 9191995.

HSL color Cylindrical-coordinate representation of color #3B428C: hue angle of 234.81º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B428C is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5966140-
CMYK0.580.5300.45
HSL234.81º40.7%39.02%-
HSV(B)234.81º57.86%54.9%-
XYZ8.496.7225.66-
YUV72.34166.18118.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=22.26%
G=24.91%
B=52.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59661400.580.5300.45234.8140.739.02
Hex3B428C3A3502Deb2927
Octal7310221472650553535147
Binary111011100001010001100111010110101010110111101011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,140); }

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

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

 a { background-color: rgb(59,66,140); }

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

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

 span { border-color: rgb(59,66,140); }

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