#3E428B

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

Shades of Jacksons Purple #3E428B

Tints of Jacksons Purple #3E428B

Color information

#3E428B (or 0x3E428B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 42 and 8B. RGB value is (62,66,139). Sum of RGB (Red+Green+Blue) = 62+66+139=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E428B is #C1BD74. Grayscale: #484848. Windows color (decimal): -12696949 or 9126462. OLE color: 9126462.

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

Color convert

RGB6266139-
CMYK0.550.5300.45
HSL236.88º38.31%39.41%-
HSV(B)236.88º55.4%54.51%-
XYZ8.66.7825.28-
YUV73.13165.17120.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=23.22%
G=24.72%
B=52.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62661390.550.5300.45236.8838.3139.41
Hex3E428B373502Ded2627
Octal7610221367650553554647
Binary111110100001010001011110111110101010110111101101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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