#484783

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

Shades of Jacksons Purple #484783

Tints of Jacksons Purple #484783

Color information

#484783 (or 0x484783) is unknown color: approx Jacksons Purple. HEX triplet: 48, 47 and 83. RGB value is (72,71,131). Sum of RGB (Red+Green+Blue) = 72+71+131=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #484783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484783 is #B7B87C. Grayscale: #4D4D4D. Windows color (decimal): -12040317 or 8603464. OLE color: 8603464.

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

Color convert

RGB7271131-
CMYK0.450.4600.49
HSL241º29.7%39.61%-
HSV(B)241º45.8%51.37%-
XYZ9.027.5222.45-
YUV78.14157.83123.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=26.28%
G=25.91%
B=47.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72711310.450.4600.4924129.739.61
Hex4847832D2E031f11e28
Octal11010720355560613613650
Binary100100010001111000001110110110111001100011111000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484783; }

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

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

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

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

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

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

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

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