Html Css Color HEX #491E58 Scarlet Gum

📋 copy color: '#491E58'

red 73 ◦ green 30 ◦ blue 88

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

Shades of Scarlet Gum #491E58

Tints of Scarlet Gum #491E58

RGB

 RED value IS 73 (28.91% from 255) = 38.22%

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

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

R = 38.22%
G = 15.71%
B = 46.07%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#491E58 (or 0x491E58) is known color: Scarlet Gum. HEX triplet: 49, 1E and 58. RGB value is (73,30,88). Sum of RGB (Red+Green+Blue) = 73+30+88=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #491E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E58 is #B6E1A7. Grayscale: #313131. Windows color (decimal): -11985320 or 5774921. OLE color: 5774921.

HSL color Cylindrical-coordinate representation of color #491E58: hue angle of 284.48º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491E58 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 30 88 -
CMYK 0.17 0.66 0 0.65
HSL 284.48º 0.49% 0.23% -
HSV(B) 284.48º 0.66% 0.35% -
XYZ 4.97 3.05 9.56 -
YUV 49.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 73 30 88 0.17 0.66 0 0.65 284.48 0.49 0.23
Hex 49 1E 58 11 42 0 41 11C 31 17
Octal 111 36 130 21 102 0 101 434 61 27
Binary 1001001 11110 1011000 10001 1000010 0 1000001 100011100 110001 10111

Color Harmonies of #491E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E58

Black with #491E58

Text Example


Text Example

White with #491E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491E58; }

 p { color: rgb(73,30,88); }

 H1.HeaderClassName
 {
   color: #491E58;
 }
 .AnyTagClassName
 {
   color: #491E58;
 }
</style>

background-color css

<style>
 a { background-color: #491E58; }

 a { background-color: rgb(73,30,88); }

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

border-color css

<style>
 span { border-color: #491E58; }

 span { border-color: rgb(73,30,88); }

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