Html Css Color HEX #47305D Scarlet Gum

📋 copy color: '#47305D'

red 71 ◦ green 48 ◦ blue 93

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

Shades of Scarlet Gum #47305D

Tints of Scarlet Gum #47305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.87%

R = 33.49%
G = 22.64%
B = 43.87%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47305D (or 0x47305D) is known color: Scarlet Gum. HEX triplet: 47, 30 and 5D. RGB value is (71,48,93). Sum of RGB (Red+Green+Blue) = 71+48+93=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #47305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305D is #B8CFA2. Grayscale: #3B3B3B. Windows color (decimal): -12111779 or 6107207. OLE color: 6107207.

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

Color convert

RGB 71 48 93 -
CMYK 0.24 0.48 0 0.64
HSL 270.67º 0.32% 0.28% -
HSV(B) 270.67º 0.48% 0.36% -
XYZ 5.63 4.24 10.88 -
YUV 60.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 71 48 93 0.24 0.48 0 0.64 270.67 0.32 0.28
Hex 47 30 5D 18 30 0 40 10F 20 1C
Octal 107 60 135 30 60 0 100 417 40 34
Binary 1000111 110000 1011101 11000 110000 0 1000000 100001111 100000 11100

Color Harmonies of #47305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47305D

Black with #47305D

Text Example


Text Example

White with #47305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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