Html Css Color HEX #48487C Jacksons Purple

📋 copy color: '#48487C'

red 72 ◦ green 72 ◦ blue 124

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

Shades of Jacksons Purple #48487C

Tints of Jacksons Purple #48487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 26.87%
G = 26.87%
B = 46.27%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48487C (or 0x48487C) is known color: Jacksons Purple. HEX triplet: 48, 48 and 7C. RGB value is (72,72,124). Sum of RGB (Red+Green+Blue) = 72+72+124=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #48487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48487C is #B7B783. Grayscale: #4D4D4D. Windows color (decimal): -12040068 or 8144968. OLE color: 8144968.

HSL color Cylindrical-coordinate representation of color #48487C: hue angle of 240º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48487C is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 72 124 -
CMYK 0.42 0.42 0 0.51
HSL 240º 0.27% 0.38% -
HSV(B) 240º 0.42% 0.49% -
XYZ 8.63 7.47 20.06 -
YUV 77.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 72 72 124 0.42 0.42 0 0.51 240 0.27 0.38
Hex 48 48 7C 2A 2A 0 33 F0 1B 26
Octal 110 110 174 52 52 0 63 360 33 46
Binary 1001000 1001000 1111100 101010 101010 0 110011 11110000 11011 100110

Color Harmonies of #48487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48487C

Black with #48487C

Text Example


Text Example

White with #48487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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