Html Css Color HEX #484581 Jacksons Purple

📋 copy color: '#484581'

red 72 ◦ green 69 ◦ blue 129

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

Shades of Jacksons Purple #484581

Tints of Jacksons Purple #484581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 26.67%
G = 25.56%
B = 47.78%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#484581 (or 0x484581) is known color: Jacksons Purple. HEX triplet: 48, 45 and 81. RGB value is (72,69,129). Sum of RGB (Red+Green+Blue) = 72+69+129=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #484581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484581 is #B7BA7E. Grayscale: #4C4C4C. Windows color (decimal): -12040831 or 8471880. OLE color: 8471880.

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

Color convert

RGB 72 69 129 -
CMYK 0.44 0.47 0 0.49
HSL 243º 0.3% 0.39% -
HSV(B) 243º 0.47% 0.51% -
XYZ 8.76 7.22 21.7 -
YUV 76.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 72 69 129 0.44 0.47 0 0.49 243 0.3 0.39
Hex 48 45 81 2C 2F 0 31 F3 1E 27
Octal 110 105 201 54 57 0 61 363 36 47
Binary 1001000 1000101 10000001 101100 101111 0 110001 11110011 11110 100111

Color Harmonies of #484581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484581

Black with #484581

Text Example


Text Example

White with #484581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484581; }

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

 H1.HeaderClassName
 {
   color: #484581;
 }
 .AnyTagClassName
 {
   color: #484581;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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