#4E5081

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

Shades of Jacksons Purple #4E5081

Tints of Jacksons Purple #4E5081

Color information

#4E5081 (or 0x4E5081) is unknown color: approx Jacksons Purple. HEX triplet: 4E, 50 and 81. RGB value is (78,80,129). Sum of RGB (Red+Green+Blue) = 78+80+129=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E5081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5081 is #B1AF7E. Grayscale: #545454. Windows color (decimal): -11644799 or 8474702. OLE color: 8474702.

HSL color Cylindrical-coordinate representation of color #4E5081: hue angle of 237.65º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E5081 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7880129-
CMYK0.400.3800.49
HSL237.65º24.64%40.59%-
HSV(B)237.65º39.53%50.59%-
XYZ9.978.9421.97-
YUV84.99152.84123.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=27.18%
G=27.87%
B=44.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78801290.400.3800.49237.6524.6440.59
Hex4E50812826031ee1929
Octal11612020150460613563151
Binary100111010100001000000110100010011001100011110111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E5081; }

 p { color: rgb(78,80,129); }

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

<style>
 a { background-color: #4E5081; }

 a { background-color: rgb(78,80,129); }

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

<style>
 span { border-color: #4E5081; }

 span { border-color: rgb(78,80,129); }

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