Html Css Color HEX #48319D Blue Gem

📋 copy color: '#48319D'

red 72 ◦ green 49 ◦ blue 157

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

Shades of Blue Gem #48319D

Tints of Blue Gem #48319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 25.9%
G = 17.63%
B = 56.47%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48319D (or 0x48319D) is known color: Blue Gem. HEX triplet: 48, 31 and 9D. RGB value is (72,49,157). Sum of RGB (Red+Green+Blue) = 72+49+157=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #48319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48319D is #B7CE62. Grayscale: #434343. Windows color (decimal): -12045923 or 10301768. OLE color: 10301768.

HSL color Cylindrical-coordinate representation of color #48319D: hue angle of 252.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48319D is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 49 157 -
CMYK 0.54 0.69 0 0.38
HSL 252.78º 0.52% 0.4% -
HSV(B) 252.78º 0.69% 0.62% -
XYZ 9.86 6.01 32.54 -
YUV 68.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 72 49 157 0.54 0.69 0 0.38 252.78 0.52 0.4
Hex 48 31 9D 36 45 0 26 FD 34 28
Octal 110 61 235 66 105 0 46 375 64 50
Binary 1001000 110001 10011101 110110 1000101 0 100110 11111101 110100 101000

Color Harmonies of #48319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48319D

Black with #48319D

Text Example


Text Example

White with #48319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48319D; }

 p { color: rgb(72,49,157); }

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

background-color css

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

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

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

border-color css

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

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

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