Html Css Color HEX #471D58 Scarlet Gum

📋 copy color: '#471D58'

red 71 ◦ green 29 ◦ blue 88

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

Shades of Scarlet Gum #471D58

Tints of Scarlet Gum #471D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.43%

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

R = 37.77%
G = 15.43%
B = 46.81%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#471D58 (or 0x471D58) is known color: Scarlet Gum. HEX triplet: 47, 1D and 58. RGB value is (71,29,88). Sum of RGB (Red+Green+Blue) = 71+29+88=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #471D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D58 is #B8E2A7. Grayscale: #303030. Windows color (decimal): -12116648 or 5774663. OLE color: 5774663.

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

Color convert

RGB 71 29 88 -
CMYK 0.19 0.67 0 0.65
HSL 282.71º 0.5% 0.23% -
HSV(B) 282.71º 0.67% 0.35% -
XYZ 4.8 2.92 9.54 -
YUV 48.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 71 29 88 0.19 0.67 0 0.65 282.71 0.5 0.23
Hex 47 1D 58 13 43 0 41 11B 32 17
Octal 107 35 130 23 103 0 101 433 62 27
Binary 1000111 11101 1011000 10011 1000011 0 1000001 100011011 110010 10111

Color Harmonies of #471D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D58

Black with #471D58

Text Example


Text Example

White with #471D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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