Html Css Color HEX #471A58 Scarlet Gum

📋 copy color: '#471A58'

red 71 ◦ green 26 ◦ blue 88

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

Shades of Scarlet Gum #471A58

Tints of Scarlet Gum #471A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.05%

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

R = 38.38%
G = 14.05%
B = 47.57%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#471A58 (or 0x471A58) is known color: Scarlet Gum. HEX triplet: 47, 1A and 58. RGB value is (71,26,88). Sum of RGB (Red+Green+Blue) = 71+26+88=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #471A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A58 is #B8E5A7. Grayscale: #2E2E2E. Windows color (decimal): -12117416 or 5773895. OLE color: 5773895.

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

Color convert

RGB 71 26 88 -
CMYK 0.19 0.70 0 0.65
HSL 283.55º 0.54% 0.22% -
HSV(B) 283.55º 0.7% 0.35% -
XYZ 4.73 2.78 9.52 -
YUV 46.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 71 26 88 0.19 0.70 0 0.65 283.55 0.54 0.22
Hex 47 1A 58 13 46 0 41 11C 36 16
Octal 107 32 130 23 106 0 101 434 66 26
Binary 1000111 11010 1011000 10011 1000110 0 1000001 100011100 110110 10110

Color Harmonies of #471A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A58

Black with #471A58

Text Example


Text Example

White with #471A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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