#3E357F

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

Shades of Jacksons Purple #3E357F

Tints of Jacksons Purple #3E357F

Color information

#3E357F (or 0x3E357F) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 35 and 7F. RGB value is (62,53,127). Sum of RGB (Red+Green+Blue) = 62+53+127=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E357F is #C1CA80. Grayscale: #3F3F3F. Windows color (decimal): -12700289 or 8336702. OLE color: 8336702.

HSL color Cylindrical-coordinate representation of color #3E357F: hue angle of 247.3º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E357F is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6253127-
CMYK0.510.5800.50
HSL247.3º41.11%35.29%-
HSV(B)247.3º58.27%49.8%-
XYZ7.095.120.69-
YUV64.13163.48126.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 127 (50% from 255) = 52.48%
R=25.62%
G=21.90%
B=52.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62531270.510.5800.50247.341.1135.29
Hex3E357F333A032f72923
Octal766517763720623675143
Binary1111101101011111111110011111010011001011110111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,53,127); }

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

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

 a { background-color: rgb(62,53,127); }

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

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

 span { border-color: rgb(62,53,127); }

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