#3E457B

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

Shades of Jacksons Purple #3E457B

Tints of Jacksons Purple #3E457B

Color information

#3E457B (or 0x3E457B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 45 and 7B. RGB value is (62,69,123). Sum of RGB (Red+Green+Blue) = 62+69+123=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E457B is #C1BA84. Grayscale: #484848. Windows color (decimal): -12696197 or 8078654. OLE color: 8078654.

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

Color convert

RGB6269123-
CMYK0.500.4400.52
HSL233.11º32.97%36.27%-
HSV(B)233.11º49.59%48.24%-
XYZ7.696.7119.63-
YUV73.06156.18120.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.41%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=24.41%
G=27.17%
B=48.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62691230.500.4400.52233.1132.9736.27
Hex3E457B322C034e92124
Octal7610517362540643514144
Binary11111010001011111011110010101100011010011101001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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