Html Css Color HEX #48348D Blue Gem

📋 copy color: '#48348D'

red 72 ◦ green 52 ◦ blue 141

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

Shades of Blue Gem #48348D

Tints of Blue Gem #48348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 27.17%
G = 19.62%
B = 53.21%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48348D (or 0x48348D) is known color: Blue Gem. HEX triplet: 48, 34 and 8D. RGB value is (72,52,141). Sum of RGB (Red+Green+Blue) = 72+52+141=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #48348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48348D is #B7CB72. Grayscale: #434343. Windows color (decimal): -12045171 or 9253960. OLE color: 9253960.

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

Color convert

RGB 72 52 141 -
CMYK 0.49 0.63 0 0.45
HSL 253.48º 0.46% 0.38% -
HSV(B) 253.48º 0.63% 0.55% -
XYZ 8.71 5.76 25.85 -
YUV 68.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 72 52 141 0.49 0.63 0 0.45 253.48 0.46 0.38
Hex 48 34 8D 31 3F 0 2D FD 2E 26
Octal 110 64 215 61 77 0 55 375 56 46
Binary 1001000 110100 10001101 110001 111111 0 101101 11111101 101110 100110

Color Harmonies of #48348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48348D

Black with #48348D

Text Example


Text Example

White with #48348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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