#3E377B

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

Shades of Jacksons Purple #3E377B

Tints of Jacksons Purple #3E377B

Color information

#3E377B (or 0x3E377B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 37 and 7B. RGB value is (62,55,123). Sum of RGB (Red+Green+Blue) = 62+55+123=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E377B is #C1C884. Grayscale: #404040. Windows color (decimal): -12699781 or 8075070. OLE color: 8075070.

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

Color convert

RGB6255123-
CMYK0.500.5500.52
HSL246.18º38.2%34.9%-
HSV(B)246.18º55.28%48.24%-
XYZ6.935.1919.37-
YUV64.84160.82125.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=25.83%
G=22.92%
B=51.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62551230.500.5500.52246.1838.234.9
Hex3E377B3237034f62623
Octal766717362670643664643
Binary1111101101111111011110010110111011010011110110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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