Html Css Color HEX #471F58 Scarlet Gum

📋 copy color: '#471F58'

red 71 ◦ green 31 ◦ blue 88

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

Shades of Scarlet Gum #471F58

Tints of Scarlet Gum #471F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.32%

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 37.37%
G = 16.32%
B = 46.32%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#471F58 (or 0x471F58) is known color: Scarlet Gum. HEX triplet: 47, 1F and 58. RGB value is (71,31,88). Sum of RGB (Red+Green+Blue) = 71+31+88=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #471F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F58 is #B8E0A7. Grayscale: #313131. Windows color (decimal): -12116136 or 5775175. OLE color: 5775175.

HSL color Cylindrical-coordinate representation of color #471F58: hue angle of 282.11º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471F58 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 31 88 -
CMYK 0.19 0.65 0 0.65
HSL 282.11º 0.48% 0.23% -
HSV(B) 282.11º 0.65% 0.35% -
XYZ 4.85 3.02 9.56 -
YUV 49.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 71 31 88 0.19 0.65 0 0.65 282.11 0.48 0.23
Hex 47 1F 58 13 41 0 41 11A 30 17
Octal 107 37 130 23 101 0 101 432 60 27
Binary 1000111 11111 1011000 10011 1000001 0 1000001 100011010 110000 10111

Color Harmonies of #471F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F58

Black with #471F58

Text Example


Text Example

White with #471F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F58; }

 p { color: rgb(71,31,88); }

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

background-color css

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

 a { background-color: rgb(71,31,88); }

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

border-color css

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

 span { border-color: rgb(71,31,88); }

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