Html Css Color HEX #494881 Jacksons Purple

📋 copy color: '#494881'

red 73 ◦ green 72 ◦ blue 129

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

Shades of Jacksons Purple #494881

Tints of Jacksons Purple #494881

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

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494881 (or 0x494881) is known color: 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

RGB 73 72 129 -
CMYK 0.43 0.44 0 0.49
HSL 241.05º 0.28% 0.39% -
HSV(B) 241.05º 0.44% 0.51% -
XYZ 9.03 7.64 21.77 -
YUV 78.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 73 72 129 0.43 0.44 0 0.49 241.05 0.28 0.39
Hex 49 48 81 2B 2C 0 31 F1 1C 27
Octal 111 110 201 53 54 0 61 361 34 47
Binary 1001001 1001000 10000001 101011 101100 0 110001 11110001 11100 100111

Color Harmonies of #494881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494881

Black with #494881

Text Example


Text Example

White with #494881

Text Example


Text Example

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