#3E468B

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

Shades of Jacksons Purple #3E468B

Tints of Jacksons Purple #3E468B

Color information

#3E468B (or 0x3E468B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 46 and 8B. RGB value is (62,70,139). Sum of RGB (Red+Green+Blue) = 62+70+139=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E468B is #C1B974. Grayscale: #4B4B4B. Windows color (decimal): -12695925 or 9127486. OLE color: 9127486.

HSL color Cylindrical-coordinate representation of color #3E468B: hue angle of 233.77º 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 #3E468B is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6270139-
CMYK0.550.5000.45
HSL233.77º38.31%39.41%-
HSV(B)233.77º55.4%54.51%-
XYZ8.847.2725.36-
YUV75.47163.85118.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.88%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=22.88%
G=25.83%
B=51.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62701390.550.5000.45233.7738.3139.41
Hex3E468B373202Dea2627
Octal7610621367620553524647
Binary111110100011010001011110111110010010110111101010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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