#3E487B

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

Shades of Jacksons Purple #3E487B

Tints of Jacksons Purple #3E487B

Color information

#3E487B (or 0x3E487B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 48 and 7B. RGB value is (62,72,123). Sum of RGB (Red+Green+Blue) = 62+72+123=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E487B is #C1B784. Grayscale: #4A4A4A. Windows color (decimal): -12695429 or 8079422. OLE color: 8079422.

HSL color Cylindrical-coordinate representation of color #3E487B: hue angle of 230.16º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E487B is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6272123-
CMYK0.500.4100.52
HSL230.16º32.97%36.27%-
HSV(B)230.16º49.59%48.24%-
XYZ7.887.0919.69-
YUV74.82155.19118.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=24.12%
G=28.02%
B=47.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62721230.500.4100.52230.1632.9736.27
Hex3E487B3229034e62124
Octal7611017362510643464144
Binary11111010010001111011110010101001011010011100110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,72,123); }

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

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

 a { background-color: rgb(62,72,123); }

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

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

 span { border-color: rgb(62,72,123); }

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