#484784

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

Shades of Jacksons Purple #484784

Tints of Jacksons Purple #484784

Color information

#484784 (or 0x484784) is unknown color: approx Jacksons Purple. HEX triplet: 48, 47 and 84. RGB value is (72,71,132). Sum of RGB (Red+Green+Blue) = 72+71+132=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #484784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484784 is #B7B87B. Grayscale: #4E4E4E. Windows color (decimal): -12040316 or 8669000. OLE color: 8669000.

HSL color Cylindrical-coordinate representation of color #484784: hue angle of 240.98º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #484784 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7271132-
CMYK0.450.4600.48
HSL240.98º30.05%39.8%-
HSV(B)240.98º46.21%51.76%-
XYZ9.097.5522.81-
YUV78.25158.33123.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 132 (51.95% from 255) = 48%
R=26.18%
G=25.82%
B=48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72711320.450.4600.48240.9830.0539.8
Hex4847842D2E030f11e28
Octal11010720455560603613650
Binary100100010001111000010010110110111001100001111000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484784; }

 p { color: rgb(72,71,132); }

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

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

 a { background-color: rgb(72,71,132); }

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

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

 span { border-color: rgb(72,71,132); }

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