#484987

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

Shades of Jacksons Purple #484987

Tints of Jacksons Purple #484987

Color information

#484987 (or 0x484987) is unknown color: approx Jacksons Purple. HEX triplet: 48, 49 and 87. RGB value is (72,73,135). Sum of RGB (Red+Green+Blue) = 72+73+135=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #484987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484987 is #B7B678. Grayscale: #4F4F4F. Windows color (decimal): -12039801 or 8866120. OLE color: 8866120.

HSL color Cylindrical-coordinate representation of color #484987: hue angle of 239.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484987 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7273135-
CMYK0.470.4600.47
HSL239.05º30.43%40.59%-
HSV(B)239.05º46.67%52.94%-
XYZ9.437.8923.95-
YUV79.77159.17122.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=25.71%
G=26.07%
B=48.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72731350.470.4600.47239.0530.4340.59
Hex4849872F2E02Fef1e29
Octal11011120757560573573651
Binary100100010010011000011110111110111001011111110111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484987; }

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

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

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

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

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

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

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

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