#3E397B

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

Shades of Jacksons Purple #3E397B

Tints of Jacksons Purple #3E397B

Color information

#3E397B (or 0x3E397B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 39 and 7B. RGB value is (62,57,123). Sum of RGB (Red+Green+Blue) = 62+57+123=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E397B is #C1C684. Grayscale: #414141. Windows color (decimal): -12699269 or 8075582. OLE color: 8075582.

HSL color Cylindrical-coordinate representation of color #3E397B: hue angle of 244.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E397B is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6257123-
CMYK0.500.5400.52
HSL244.55º36.67%35.29%-
HSV(B)244.55º53.66%48.24%-
XYZ7.025.3819.41-
YUV66.02160.16125.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=25.62%
G=23.55%
B=50.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62571230.500.5400.52244.5536.6735.29
Hex3E397B3236034f52523
Octal767117362660643654543
Binary1111101110011111011110010110110011010011110101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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