#3E467B

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

Shades of Jacksons Purple #3E467B

Tints of Jacksons Purple #3E467B

Color information

#3E467B (or 0x3E467B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 46 and 7B. RGB value is (62,70,123). Sum of RGB (Red+Green+Blue) = 62+70+123=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E467B is #C1B984. Grayscale: #494949. Windows color (decimal): -12695941 or 8078910. OLE color: 8078910.

HSL color Cylindrical-coordinate representation of color #3E467B: hue angle of 232.13º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E467B is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6270123-
CMYK0.500.4300.52
HSL232.13º32.97%36.27%-
HSV(B)232.13º49.59%48.24%-
XYZ7.756.8319.65-
YUV73.65155.85119.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=24.31%
G=27.45%
B=48.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62701230.500.4300.52232.1332.9736.27
Hex3E467B322B034e82124
Octal7610617362530643504144
Binary11111010001101111011110010101011011010011101000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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