#3E448D

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

Shades of Jacksons Purple #3E448D

Tints of Jacksons Purple #3E448D

Color information

#3E448D (or 0x3E448D) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 44 and 8D. RGB value is (62,68,141). Sum of RGB (Red+Green+Blue) = 62+68+141=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E448D is #C1BB72. Grayscale: #4A4A4A. Windows color (decimal): -12696435 or 9258046. OLE color: 9258046.

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

Color convert

RGB6268141-
CMYK0.560.5200.45
HSL235.44º38.92%39.8%-
HSV(B)235.44º56.03%55.29%-
XYZ8.867.0826.1-
YUV74.53165.51119.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.88%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=22.88%
G=25.09%
B=52.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62681410.560.5200.45235.4438.9239.8
Hex3E448D383402Deb2728
Octal7610421570640553534750
Binary111110100010010001101111000110100010110111101011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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