Html Css Color HEX #471F62 Scarlet Gum

📋 copy color: '#471F62'

red 71 ◦ green 31 ◦ blue 98

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

Shades of Scarlet Gum #471F62

Tints of Scarlet Gum #471F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49%

R = 35.5%
G = 15.5%
B = 49%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471F62 (or 0x471F62) is known color: Scarlet Gum. HEX triplet: 47, 1F and 62. RGB value is (71,31,98). Sum of RGB (Red+Green+Blue) = 71+31+98=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #471F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F62 is #B8E09D. Grayscale: #323232. Windows color (decimal): -12116126 or 6430535. OLE color: 6430535.

HSL color Cylindrical-coordinate representation of color #471F62: hue angle of 275.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471F62 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 31 98 -
CMYK 0.28 0.68 0 0.62
HSL 275.82º 0.52% 0.25% -
HSV(B) 275.82º 0.68% 0.38% -
XYZ 5.29 3.2 11.89 -
YUV 50.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 71 31 98 0.28 0.68 0 0.62 275.82 0.52 0.25
Hex 47 1F 62 1C 44 0 3E 114 34 19
Octal 107 37 142 34 104 0 76 424 64 31
Binary 1000111 11111 1100010 11100 1000100 0 111110 100010100 110100 11001

Color Harmonies of #471F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F62

Black with #471F62

Text Example


Text Example

White with #471F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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