#3B428E

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

Shades of Jacksons Purple #3B428E

Tints of Jacksons Purple #3B428E

Color information

#3B428E (or 0x3B428E) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 42 and 8E. RGB value is (59,66,142). Sum of RGB (Red+Green+Blue) = 59+66+142=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B428E is #C4BD71. Grayscale: #484848. Windows color (decimal): -12893554 or 9323067. OLE color: 9323067.

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

Color convert

RGB5966142-
CMYK0.580.5400.44
HSL234.94º41.29%39.41%-
HSV(B)234.94º58.45%55.69%-
XYZ8.636.7826.44-
YUV72.57167.18118.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.10%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=22.10%
G=24.72%
B=53.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59661420.580.5400.44234.9441.2939.41
Hex3B428E3A3602Ceb2927
Octal7310221672660543535147
Binary111011100001010001110111010110110010110011101011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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