Html Css Color HEX #484885 Jacksons Purple

📋 copy color: '#484885'

red 72 ◦ green 72 ◦ blue 133

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

Shades of Jacksons Purple #484885

Tints of Jacksons Purple #484885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 25.99%
G = 25.99%
B = 48.01%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#484885 (or 0x484885) is known color: Jacksons Purple. HEX triplet: 48, 48 and 85. RGB value is (72,72,133). Sum of RGB (Red+Green+Blue) = 72+72+133=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #484885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484885 is #B7B77A. Grayscale: #4E4E4E. Windows color (decimal): -12040059 or 8734792. OLE color: 8734792.

HSL color Cylindrical-coordinate representation of color #484885: hue angle of 240º 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 #484885 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 72 133 -
CMYK 0.46 0.46 0 0.48
HSL 240º 0.3% 0.4% -
HSV(B) 240º 0.46% 0.52% -
XYZ 9.22 7.71 23.19 -
YUV 78.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 72 72 133 0.46 0.46 0 0.48 240 0.3 0.4
Hex 48 48 85 2E 2E 0 30 F0 1E 28
Octal 110 110 205 56 56 0 60 360 36 50
Binary 1001000 1001000 10000101 101110 101110 0 110000 11110000 11110 101000

Color Harmonies of #484885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484885

Black with #484885

Text Example


Text Example

White with #484885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484885; }

 p { color: rgb(72,72,133); }

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

background-color css

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

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

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

border-color css

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

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

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