Html Css Color HEX #47295D Scarlet Gum

📋 copy color: '#47295D'

red 71 ◦ green 41 ◦ blue 93

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

Shades of Scarlet Gum #47295D

Tints of Scarlet Gum #47295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20%

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

R = 34.63%
G = 20%
B = 45.37%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47295D (or 0x47295D) is known color: Scarlet Gum. HEX triplet: 47, 29 and 5D. RGB value is (71,41,93). Sum of RGB (Red+Green+Blue) = 71+41+93=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #47295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47295D is #B8D6A2. Grayscale: #373737. Windows color (decimal): -12113571 or 6105415. OLE color: 6105415.

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

Color convert

RGB 71 41 93 -
CMYK 0.24 0.56 0 0.64
HSL 274.62º 0.39% 0.26% -
HSV(B) 274.62º 0.56% 0.36% -
XYZ 5.37 3.72 10.79 -
YUV 55.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 71 41 93 0.24 0.56 0 0.64 274.62 0.39 0.26
Hex 47 29 5D 18 38 0 40 113 27 1A
Octal 107 51 135 30 70 0 100 423 47 32
Binary 1000111 101001 1011101 11000 111000 0 1000000 100010011 100111 11010

Color Harmonies of #47295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47295D

Black with #47295D

Text Example


Text Example

White with #47295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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