#3E428D

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

Shades of Jacksons Purple #3E428D

Tints of Jacksons Purple #3E428D

Color information

#3E428D (or 0x3E428D) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 42 and 8D. RGB value is (62,66,141). Sum of RGB (Red+Green+Blue) = 62+66+141=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E428D is #C1BD72. Grayscale: #494949. Windows color (decimal): -12696947 or 9257534. OLE color: 9257534.

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

Color convert

RGB6266141-
CMYK0.560.5300.45
HSL236.96º38.92%39.8%-
HSV(B)236.96º56.03%55.29%-
XYZ8.746.8426.06-
YUV73.35166.17119.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 141 (55.47% from 255) = 52.42%
R=23.05%
G=24.54%
B=52.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62661410.560.5300.45236.9638.9239.8
Hex3E428D383502Ded2728
Octal7610221570650553554750
Binary111110100001010001101111000110101010110111101101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,66,141); }

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

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

 a { background-color: rgb(62,66,141); }

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

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

 span { border-color: rgb(62,66,141); }

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