Html Css Color HEX #471E5F Scarlet Gum

📋 copy color: '#471E5F'

red 71 ◦ green 30 ◦ blue 95

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

Shades of Scarlet Gum #471E5F

Tints of Scarlet Gum #471E5F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.31%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 36.22%
G = 15.31%
B = 48.47%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#471E5F (or 0x471E5F) is known color: Scarlet Gum. HEX triplet: 47, 1E and 5F. RGB value is (71,30,95). Sum of RGB (Red+Green+Blue) = 71+30+95=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #471E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E5F is #B8E1A0. Grayscale: #313131. Windows color (decimal): -12116385 or 6233671. OLE color: 6233671.

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

Color convert

RGB 71 30 95 -
CMYK 0.25 0.68 0 0.63
HSL 277.85º 0.52% 0.25% -
HSV(B) 277.85º 0.68% 0.37% -
XYZ 5.13 3.09 11.15 -
YUV 49.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 71 30 95 0.25 0.68 0 0.63 277.85 0.52 0.25
Hex 47 1E 5F 19 44 0 3F 116 34 19
Octal 107 36 137 31 104 0 77 426 64 31
Binary 1000111 11110 1011111 11001 1000100 0 111111 100010110 110100 11001

Color Harmonies of #471E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E5F

Black with #471E5F

Text Example


Text Example

White with #471E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,95); }

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

background-color css

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

 a { background-color: rgb(71,30,95); }

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

border-color css

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

 span { border-color: rgb(71,30,95); }

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