Html Css Color HEX #48295B Scarlet Gum

📋 copy color: '#48295B'

red 72 ◦ green 41 ◦ blue 91

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

Shades of Scarlet Gum #48295B

Tints of Scarlet Gum #48295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 35.29%
G = 20.1%
B = 44.61%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48295B (or 0x48295B) is known color: Scarlet Gum. HEX triplet: 48, 29 and 5B. RGB value is (72,41,91). Sum of RGB (Red+Green+Blue) = 72+41+91=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #48295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48295B is #B7D6A4. Grayscale: #373737. Windows color (decimal): -12048037 or 5974344. OLE color: 5974344.

HSL color Cylindrical-coordinate representation of color #48295B: hue angle of 277.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48295B is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 41 91 -
CMYK 0.21 0.55 0 0.64
HSL 277.2º 0.38% 0.26% -
HSV(B) 277.2º 0.55% 0.36% -
XYZ 5.35 3.72 10.33 -
YUV 55.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 72 41 91 0.21 0.55 0 0.64 277.2 0.38 0.26
Hex 48 29 5B 15 37 0 40 115 26 1A
Octal 110 51 133 25 67 0 100 425 46 32
Binary 1001000 101001 1011011 10101 110111 0 1000000 100010101 100110 11010

Color Harmonies of #48295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48295B

Black with #48295B

Text Example


Text Example

White with #48295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,41,91); }

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

background-color css

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

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

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

border-color css

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

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

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