Html Css Color HEX #48477F Jacksons Purple

📋 copy color: '#48477F'

red 72 ◦ green 71 ◦ blue 127

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

Shades of Jacksons Purple #48477F

Tints of Jacksons Purple #48477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.04%

R = 26.67%
G = 26.3%
B = 47.04%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48477F (or 0x48477F) is known color: Jacksons Purple. HEX triplet: 48, 47 and 7F. RGB value is (72,71,127). Sum of RGB (Red+Green+Blue) = 72+71+127=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #48477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48477F is #B7B880. Grayscale: #4D4D4D. Windows color (decimal): -12040321 or 8341320. OLE color: 8341320.

HSL color Cylindrical-coordinate representation of color #48477F: hue angle of 241.07º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48477F is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 71 127 -
CMYK 0.43 0.44 0 0.50
HSL 241.07º 0.28% 0.39% -
HSV(B) 241.07º 0.44% 0.5% -
XYZ 8.76 7.42 21.05 -
YUV 77.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 72 71 127 0.43 0.44 0 0.50 241.07 0.28 0.39
Hex 48 47 7F 2B 2C 0 32 F1 1C 27
Octal 110 107 177 53 54 0 62 361 34 47
Binary 1001000 1000111 1111111 101011 101100 0 110010 11110001 11100 100111

Color Harmonies of #48477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48477F

Black with #48477F

Text Example


Text Example

White with #48477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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