Html Css Color HEX #48305F Scarlet Gum

📋 copy color: '#48305F'

red 72 ◦ green 48 ◦ blue 95

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

Shades of Scarlet Gum #48305F

Tints of Scarlet Gum #48305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.19%

R = 33.49%
G = 22.33%
B = 44.19%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48305F (or 0x48305F) is known color: Scarlet Gum. HEX triplet: 48, 30 and 5F. RGB value is (72,48,95). Sum of RGB (Red+Green+Blue) = 72+48+95=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #48305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48305F is #B7CFA0. Grayscale: #3C3C3C. Windows color (decimal): -12046241 or 6238280. OLE color: 6238280.

HSL color Cylindrical-coordinate representation of color #48305F: hue angle of 270.64º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48305F is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 48 95 -
CMYK 0.24 0.49 0 0.63
HSL 270.64º 0.33% 0.28% -
HSV(B) 270.64º 0.49% 0.37% -
XYZ 5.79 4.32 11.35 -
YUV 60.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 72 48 95 0.24 0.49 0 0.63 270.64 0.33 0.28
Hex 48 30 5F 18 31 0 3F 10F 21 1C
Octal 110 60 137 30 61 0 77 417 41 34
Binary 1001000 110000 1011111 11000 110001 0 111111 100001111 100001 11100

Color Harmonies of #48305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48305F

Black with #48305F

Text Example


Text Example

White with #48305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48305F; }

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

 H1.HeaderClassName
 {
   color: #48305F;
 }
 .AnyTagClassName
 {
   color: #48305F;
 }
</style>

background-color css

<style>
 a { background-color: #48305F; }

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

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

border-color css

<style>
 span { border-color: #48305F; }

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

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