Html Css Color HEX #4E5081 Jacksons Purple

📋 copy color: '#4E5081'

red 78 ◦ green 80 ◦ blue 129

#4E5081
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #4E5081

Tints of Jacksons Purple #4E5081

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 value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E5081 (or 0x4E5081) is known color: 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

RGB 78 80 129 -
CMYK 0.40 0.38 0 0.49
HSL 237.65º 0.25% 0.41% -
HSV(B) 237.65º 0.4% 0.51% -
XYZ 9.97 8.94 21.97 -
YUV 84.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 78 80 129 0.40 0.38 0 0.49 237.65 0.25 0.41
Hex 4E 50 81 28 26 0 31 EE 19 29
Octal 116 120 201 50 46 0 61 356 31 51
Binary 1001110 1010000 10000001 101000 100110 0 110001 11101110 11001 101001

Color Harmonies of #4E5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5081

Black with #4E5081

Text Example


Text Example

White with #4E5081

Text Example


Text Example

HTML Codes & Css Web 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>