Html Css Color HEX #471A5D Scarlet Gum

📋 copy color: '#471A5D'

red 71 ◦ green 26 ◦ blue 93

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

Shades of Scarlet Gum #471A5D

Tints of Scarlet Gum #471A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 37.37%
G = 13.68%
B = 48.95%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#471A5D (or 0x471A5D) is known color: Scarlet Gum. HEX triplet: 47, 1A and 5D. RGB value is (71,26,93). Sum of RGB (Red+Green+Blue) = 71+26+93=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #471A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A5D is #B8E5A2. Grayscale: #2E2E2E. Windows color (decimal): -12117411 or 6101575. OLE color: 6101575.

HSL color Cylindrical-coordinate representation of color #471A5D: hue angle of 280.3º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471A5D is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 26 93 -
CMYK 0.24 0.72 0 0.64
HSL 280.3º 0.56% 0.23% -
HSV(B) 280.3º 0.72% 0.36% -
XYZ 4.94 2.87 10.65 -
YUV 47.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 71 26 93 0.24 0.72 0 0.64 280.3 0.56 0.23
Hex 47 1A 5D 18 48 0 40 118 38 17
Octal 107 32 135 30 110 0 100 430 70 27
Binary 1000111 11010 1011101 11000 1001000 0 1000000 100011000 111000 10111

Color Harmonies of #471A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A5D

Black with #471A5D

Text Example


Text Example

White with #471A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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