Html Css Color HEX #47305F Scarlet Gum

📋 copy color: '#47305F'

red 71 ◦ green 48 ◦ blue 95

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

Shades of Scarlet Gum #47305F

Tints of Scarlet Gum #47305F

RGB

 RED value IS 71 (28.13% from 255) = 33.18%

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

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

R = 33.18%
G = 22.43%
B = 44.39%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47305F (or 0x47305F) is known color: Scarlet Gum. HEX triplet: 47, 30 and 5F. RGB value is (71,48,95). Sum of RGB (Red+Green+Blue) = 71+48+95=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #47305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305F is #B8CFA0. Grayscale: #3C3C3C. Windows color (decimal): -12111777 or 6238279. OLE color: 6238279.

HSL color Cylindrical-coordinate representation of color #47305F: hue angle of 269.36º 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 #47305F is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 48 95 -
CMYK 0.25 0.49 0 0.63
HSL 269.36º 0.33% 0.28% -
HSV(B) 269.36º 0.49% 0.37% -
XYZ 5.72 4.28 11.35 -
YUV 60.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 71 48 95 0.25 0.49 0 0.63 269.36 0.33 0.28
Hex 47 30 5F 19 31 0 3F 10D 21 1C
Octal 107 60 137 31 61 0 77 415 41 34
Binary 1000111 110000 1011111 11001 110001 0 111111 100001101 100001 11100

Color Harmonies of #47305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47305F

Black with #47305F

Text Example


Text Example

White with #47305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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