Html Css Color HEX #47305C Scarlet Gum

📋 copy color: '#47305C'

red 71 ◦ green 48 ◦ blue 92

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

Shades of Scarlet Gum #47305C

Tints of Scarlet Gum #47305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 33.65%
G = 22.75%
B = 43.6%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47305C (or 0x47305C) is known color: Scarlet Gum. HEX triplet: 47, 30 and 5C. RGB value is (71,48,92). Sum of RGB (Red+Green+Blue) = 71+48+92=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #47305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305C is #B8CFA3. Grayscale: #3B3B3B. Windows color (decimal): -12111780 or 6041671. OLE color: 6041671.

HSL color Cylindrical-coordinate representation of color #47305C: hue angle of 271.36º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47305C is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 48 92 -
CMYK 0.23 0.48 0 0.64
HSL 271.36º 0.31% 0.27% -
HSV(B) 271.36º 0.48% 0.36% -
XYZ 5.59 4.23 10.65 -
YUV 59.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 71 48 92 0.23 0.48 0 0.64 271.36 0.31 0.27
Hex 47 30 5C 17 30 0 40 10F 1F 1B
Octal 107 60 134 27 60 0 100 417 37 33
Binary 1000111 110000 1011100 10111 110000 0 1000000 100001111 11111 11011

Color Harmonies of #47305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47305C

Black with #47305C

Text Example


Text Example

White with #47305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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