#494881

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

Shades of Jacksons Purple #494881

Tints of Jacksons Purple #494881

Color information

#494881 (or 0x494881) is unknown color: approx Jacksons Purple. HEX triplet: 49, 48 and 81. RGB value is (73,72,129). Sum of RGB (Red+Green+Blue) = 73+72+129=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #494881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494881 is #B6B77E. Grayscale: #4E4E4E. Windows color (decimal): -11974527 or 8472649. OLE color: 8472649.

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

Color convert

RGB7372129-
CMYK0.430.4400.49
HSL241.05º28.36%39.41%-
HSV(B)241.05º44.19%50.59%-
XYZ9.037.6421.77-
YUV78.8156.33123.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=26.64%
G=26.28%
B=47.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73721290.430.4400.49241.0528.3639.41
Hex4948812B2C031f11c27
Octal11111020153540613613447
Binary100100110010001000000110101110110001100011111000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494881; }

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

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

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

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

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

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

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

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