#3E3A7B

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

Shades of Jacksons Purple #3E3A7B

Tints of Jacksons Purple #3E3A7B

Color information

#3E3A7B (or 0x3E3A7B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 3A and 7B. RGB value is (62,58,123). Sum of RGB (Red+Green+Blue) = 62+58+123=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E3A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A7B is #C1C584. Grayscale: #424242. Windows color (decimal): -12699013 or 8075838. OLE color: 8075838.

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

Color convert

RGB6258123-
CMYK0.500.5300.52
HSL243.69º35.91%35.49%-
HSV(B)243.69º52.85%48.24%-
XYZ7.075.4819.42-
YUV66.61159.83124.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=25.51%
G=23.87%
B=50.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62581230.500.5300.52243.6935.9135.49
Hex3E3A7B3235034f42423
Octal767217362650643644443
Binary1111101110101111011110010110101011010011110100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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