Html Css Color HEX #472861 Scarlet Gum

📋 copy color: '#472861'

red 71 ◦ green 40 ◦ blue 97

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

Shades of Scarlet Gum #472861

Tints of Scarlet Gum #472861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

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

R = 34.13%
G = 19.23%
B = 46.63%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472861 (or 0x472861) is known color: Scarlet Gum. HEX triplet: 47, 28 and 61. RGB value is (71,40,97). Sum of RGB (Red+Green+Blue) = 71+40+97=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #472861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472861 is #B8D79E. Grayscale: #373737. Windows color (decimal): -12113823 or 6367303. OLE color: 6367303.

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

Color convert

RGB 71 40 97 -
CMYK 0.27 0.59 0 0.62
HSL 272.63º 0.42% 0.27% -
HSV(B) 272.63º 0.59% 0.38% -
XYZ 5.51 3.72 11.74 -
YUV 55.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 71 40 97 0.27 0.59 0 0.62 272.63 0.42 0.27
Hex 47 28 61 1B 3B 0 3E 111 2A 1B
Octal 107 50 141 33 73 0 76 421 52 33
Binary 1000111 101000 1100001 11011 111011 0 111110 100010001 101010 11011

Color Harmonies of #472861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472861

Black with #472861

Text Example


Text Example

White with #472861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472861; }

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

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

background-color css

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

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

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

border-color css

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

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

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