#484981

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

Shades of Jacksons Purple #484981

Tints of Jacksons Purple #484981

Color information

#484981 (or 0x484981) is unknown color: approx Jacksons Purple. HEX triplet: 48, 49 and 81. RGB value is (72,73,129). Sum of RGB (Red+Green+Blue) = 72+73+129=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 73 (28.91% from 255 or 26.64% 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 #484981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484981 is #B7B67E. Grayscale: #4E4E4E. Windows color (decimal): -12039807 or 8472904. OLE color: 8472904.

HSL color Cylindrical-coordinate representation of color #484981: hue angle of 238.95º 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 #484981 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7273129-
CMYK0.440.4300.49
HSL238.95º28.36%39.41%-
HSV(B)238.95º44.19%50.59%-
XYZ9.027.7321.79-
YUV79.08156.17122.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72731290.440.4300.49238.9528.3639.41
Hex4849812C2B031ef1c27
Octal11011120154530613573447
Binary100100010010011000000110110010101101100011110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484981; }

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

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

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

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

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

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

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

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