#3E458B

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

Shades of Jacksons Purple #3E458B

Tints of Jacksons Purple #3E458B

Color information

#3E458B (or 0x3E458B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 45 and 8B. RGB value is (62,69,139). Sum of RGB (Red+Green+Blue) = 62+69+139=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E458B is #C1BA74. Grayscale: #4A4A4A. Windows color (decimal): -12696181 or 9127230. OLE color: 9127230.

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

Color convert

RGB6269139-
CMYK0.550.5000.45
HSL234.55º38.31%39.41%-
HSV(B)234.55º55.4%54.51%-
XYZ8.777.1425.34-
YUV74.89164.18118.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.96%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=22.96%
G=25.56%
B=51.48%

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
Decimal62691390.550.5000.45234.5538.3139.41
Hex3E458B373202Deb2627
Octal7610521367620553534647
Binary111110100010110001011110111110010010110111101011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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