#3E387F

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

Shades of Jacksons Purple #3E387F

Tints of Jacksons Purple #3E387F

Color information

#3E387F (or 0x3E387F) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 38 and 7F. RGB value is (62,56,127). Sum of RGB (Red+Green+Blue) = 62+56+127=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E387F is #C1C780. Grayscale: #414141. Windows color (decimal): -12699521 or 8337470. OLE color: 8337470.

HSL color Cylindrical-coordinate representation of color #3E387F: hue angle of 245.07º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E387F is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6256127-
CMYK0.510.5600.50
HSL245.07º38.8%35.88%-
HSV(B)245.07º55.91%49.8%-
XYZ7.235.3820.74-
YUV65.89162.49125.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 127 (50% from 255) = 51.84%
R=25.31%
G=22.86%
B=51.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62561270.510.5600.50245.0738.835.88
Hex3E387F3338032f52724
Octal767017763700623654744
Binary1111101110001111111110011111000011001011110101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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