Html Css Color HEX #484784 Jacksons Purple

📋 copy color: '#484784'

red 72 ◦ green 71 ◦ blue 132

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

Shades of Jacksons Purple #484784

Tints of Jacksons Purple #484784

RGB

 RED value IS 72 (28.52% from 255) = 26.18%

 GREEN value IS 71 (28.13% from 255) = 25.82%

 BLUE value IS 132 (51.95% from 255) = 48%

R = 26.18%
G = 25.82%
B = 48%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

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

RGB 72 71 132 -
CMYK 0.45 0.46 0 0.48
HSL 240.98º 0.3% 0.4% -
HSV(B) 240.98º 0.46% 0.52% -
XYZ 9.09 7.55 22.81 -
YUV 78.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 72 71 132 0.45 0.46 0 0.48 240.98 0.3 0.4
Hex 48 47 84 2D 2E 0 30 F1 1E 28
Octal 110 107 204 55 56 0 60 361 36 50
Binary 1001000 1000111 10000100 101101 101110 0 110000 11110001 11110 101000

Color Harmonies of #484784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484784

Black with #484784

Text Example


Text Example

White with #484784

Text Example


Text Example

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