Html Css Color HEX #472961 Scarlet Gum

📋 copy color: '#472961'

red 71 ◦ green 41 ◦ blue 97

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

Shades of Scarlet Gum #472961

Tints of Scarlet Gum #472961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.41%

R = 33.97%
G = 19.62%
B = 46.41%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472961 (or 0x472961) is known color: Scarlet Gum. HEX triplet: 47, 29 and 61. RGB value is (71,41,97). Sum of RGB (Red+Green+Blue) = 71+41+97=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #472961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472961 is #B8D69E. Grayscale: #383838. Windows color (decimal): -12113567 or 6367559. OLE color: 6367559.

HSL color Cylindrical-coordinate representation of color #472961: hue angle of 272.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472961 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 41 97 -
CMYK 0.27 0.58 0 0.62
HSL 272.14º 0.41% 0.27% -
HSV(B) 272.14º 0.58% 0.38% -
XYZ 5.55 3.79 11.75 -
YUV 56.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 71 41 97 0.27 0.58 0 0.62 272.14 0.41 0.27
Hex 47 29 61 1B 3A 0 3E 110 29 1B
Octal 107 51 141 33 72 0 76 420 51 33
Binary 1000111 101001 1100001 11011 111010 0 111110 100010000 101001 11011

Color Harmonies of #472961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472961

Black with #472961

Text Example


Text Example

White with #472961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472961; }

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

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

background-color css

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

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

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

border-color css

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

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

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