Html Css Color HEX #48305E Scarlet Gum

📋 copy color: '#48305E'

red 72 ◦ green 48 ◦ blue 94

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

Shades of Scarlet Gum #48305E

Tints of Scarlet Gum #48305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.93%

R = 33.64%
G = 22.43%
B = 43.93%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48305E (or 0x48305E) is known color: Scarlet Gum. HEX triplet: 48, 30 and 5E. RGB value is (72,48,94). Sum of RGB (Red+Green+Blue) = 72+48+94=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #48305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48305E is #B7CFA1. Grayscale: #3C3C3C. Windows color (decimal): -12046242 or 6172744. OLE color: 6172744.

HSL color Cylindrical-coordinate representation of color #48305E: hue angle of 271.3º degrees, saturation: 0.32, 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 #48305E is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 48 94 -
CMYK 0.23 0.49 0 0.63
HSL 271.3º 0.32% 0.28% -
HSV(B) 271.3º 0.49% 0.37% -
XYZ 5.75 4.3 11.12 -
YUV 60.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 72 48 94 0.23 0.49 0 0.63 271.3 0.32 0.28
Hex 48 30 5E 17 31 0 3F 10F 20 1C
Octal 110 60 136 27 61 0 77 417 40 34
Binary 1001000 110000 1011110 10111 110001 0 111111 100001111 100000 11100

Color Harmonies of #48305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48305E

Black with #48305E

Text Example


Text Example

White with #48305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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