#3E4275

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

Shades of Jacksons Purple #3E4275

Tints of Jacksons Purple #3E4275

Color information

#3E4275 (or 0x3E4275) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 42 and 75. RGB value is (62,66,117). Sum of RGB (Red+Green+Blue) = 62+66+117=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E4275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4275 is #C1BD8A. Grayscale: #464646. Windows color (decimal): -12696971 or 7684670. OLE color: 7684670.

HSL color Cylindrical-coordinate representation of color #3E4275: hue angle of 235.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E4275 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6266117-
CMYK0.470.4400.54
HSL235.64º30.73%35.1%-
HSV(B)235.64º47.01%45.88%-
XYZ7.156.217.65-
YUV70.62154.17121.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=25.31%
G=26.94%
B=47.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62661170.470.4400.54235.6430.7335.1
Hex3E42752F2C036ec1f23
Octal7610216557540663543743
Binary1111101000010111010110111110110001101101110110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,66,117); }

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

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

 a { background-color: rgb(62,66,117); }

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

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

 span { border-color: rgb(62,66,117); }

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