#3E337B

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

Shades of Jacksons Purple #3E337B

Tints of Jacksons Purple #3E337B

Color information

#3E337B (or 0x3E337B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 33 and 7B. RGB value is (62,51,123). Sum of RGB (Red+Green+Blue) = 62+51+123=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E337B is #C1CC84. Grayscale: #3E3E3E. Windows color (decimal): -12700805 or 8074046. OLE color: 8074046.

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

Color convert

RGB6251123-
CMYK0.500.5900.52
HSL249.17º41.38%34.12%-
HSV(B)249.17º58.54%48.24%-
XYZ6.754.8219.31-
YUV62.5162.14127.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.27%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=26.27%
G=21.61%
B=52.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62511230.500.5900.52249.1741.3834.12
Hex3E337B323B034f92922
Octal766317362730643715142
Binary1111101100111111011110010111011011010011111001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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