#3E387B

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

Shades of Jacksons Purple #3E387B

Tints of Jacksons Purple #3E387B

Color information

#3E387B (or 0x3E387B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 38 and 7B. RGB value is (62,56,123). Sum of RGB (Red+Green+Blue) = 62+56+123=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E387B is #C1C784. Grayscale: #414141. Windows color (decimal): -12699525 or 8075326. OLE color: 8075326.

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

Color convert

RGB6256123-
CMYK0.500.5400.52
HSL245.37º37.43%35.1%-
HSV(B)245.37º54.47%48.24%-
XYZ6.985.2819.39-
YUV65.43160.49125.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=25.73%
G=23.24%
B=51.04%

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
Decimal62561230.500.5400.52245.3737.4335.1
Hex3E387B3236034f52523
Octal767017362660643654543
Binary1111101110001111011110010110110011010011110101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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