Html Css Color HEX #48487B Jacksons Purple

📋 copy color: '#48487B'

red 72 ◦ green 72 ◦ blue 123

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

Shades of Jacksons Purple #48487B

Tints of Jacksons Purple #48487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.07%

R = 26.97%
G = 26.97%
B = 46.07%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48487B (or 0x48487B) is known color: Jacksons Purple. HEX triplet: 48, 48 and 7B. RGB value is (72,72,123). Sum of RGB (Red+Green+Blue) = 72+72+123=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #48487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48487B is #B7B784. Grayscale: #4D4D4D. Windows color (decimal): -12040069 or 8079432. OLE color: 8079432.

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

Color convert

RGB 72 72 123 -
CMYK 0.41 0.41 0 0.52
HSL 240º 0.26% 0.38% -
HSV(B) 240º 0.41% 0.48% -
XYZ 8.57 7.44 19.72 -
YUV 77.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 72 72 123 0.41 0.41 0 0.52 240 0.26 0.38
Hex 48 48 7B 29 29 0 34 F0 1A 26
Octal 110 110 173 51 51 0 64 360 32 46
Binary 1001000 1001000 1111011 101001 101001 0 110100 11110000 11010 100110

Color Harmonies of #48487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48487B

Black with #48487B

Text Example


Text Example

White with #48487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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