#494781

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

Shades of Jacksons Purple #494781

Tints of Jacksons Purple #494781

Color information

#494781 (or 0x494781) is unknown color: approx Jacksons Purple. HEX triplet: 49, 47 and 81. RGB value is (73,71,129). Sum of RGB (Red+Green+Blue) = 73+71+129=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #494781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494781 is #B6B87E. Grayscale: #4D4D4D. Windows color (decimal): -11974783 or 8472393. OLE color: 8472393.

HSL color Cylindrical-coordinate representation of color #494781: hue angle of 242.07º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #494781 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7371129-
CMYK0.430.4500.49
HSL242.07º29%39.22%-
HSV(B)242.07º44.96%50.59%-
XYZ8.967.5121.75-
YUV78.21156.66124.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=26.74%
G=26.01%
B=47.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73711290.430.4500.49242.072939.22
Hex4947812B2D031f21d27
Octal11110720153550613623547
Binary100100110001111000000110101110110101100011111001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494781; }

 p { color: rgb(73,71,129); }

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

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

 a { background-color: rgb(73,71,129); }

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

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

 span { border-color: rgb(73,71,129); }

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