#3E4578

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

Shades of Jacksons Purple #3E4578

Tints of Jacksons Purple #3E4578

Color information

#3E4578 (or 0x3E4578) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 45 and 78. RGB value is (62,69,120). Sum of RGB (Red+Green+Blue) = 62+69+120=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E4578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4578 is #C1BA87. Grayscale: #484848. Windows color (decimal): -12696200 or 7882046. OLE color: 7882046.

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

Color convert

RGB6269120-
CMYK0.480.4200.53
HSL232.76º31.87%35.69%-
HSV(B)232.76º48.33%47.06%-
XYZ7.56.6418.65-
YUV72.72154.68120.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=24.70%
G=27.49%
B=47.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62691200.480.4200.53232.7631.8735.69
Hex3E4578302A035e92024
Octal7610517060520653514044
Binary11111010001011111000110000101010011010111101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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