Html Css Color HEX #48308D Blue Gem

📋 copy color: '#48308D'

red 72 ◦ green 48 ◦ blue 141

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

Shades of Blue Gem #48308D

Tints of Blue Gem #48308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 27.59%
G = 18.39%
B = 54.02%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48308D (or 0x48308D) is known color: Blue Gem. HEX triplet: 48, 30 and 8D. RGB value is (72,48,141). Sum of RGB (Red+Green+Blue) = 72+48+141=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #48308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48308D is #B7CF72. Grayscale: #414141. Windows color (decimal): -12046195 or 9252936. OLE color: 9252936.

HSL color Cylindrical-coordinate representation of color #48308D: hue angle of 255.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48308D is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 48 141 -
CMYK 0.49 0.66 0 0.45
HSL 255.48º 0.49% 0.37% -
HSV(B) 255.48º 0.66% 0.55% -
XYZ 8.54 5.41 25.79 -
YUV 65.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 72 48 141 0.49 0.66 0 0.45 255.48 0.49 0.37
Hex 48 30 8D 31 42 0 2D FF 31 25
Octal 110 60 215 61 102 0 55 377 61 45
Binary 1001000 110000 10001101 110001 1000010 0 101101 11111111 110001 100101

Color Harmonies of #48308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48308D

Black with #48308D

Text Example


Text Example

White with #48308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,48,141); }

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

background-color css

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

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

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

border-color css

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

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

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