Html Css Color HEX #491361 Scarlet Gum

📋 copy color: '#491361'

red 73 ◦ green 19 ◦ blue 97

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

Shades of Scarlet Gum #491361

Tints of Scarlet Gum #491361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 38.62%
G = 10.05%
B = 51.32%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#491361 (or 0x491361) is known color: Scarlet Gum. HEX triplet: 49, 13 and 61. RGB value is (73,19,97). Sum of RGB (Red+Green+Blue) = 73+19+97=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #491361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491361 is #B6EC9E. Grayscale: #2B2B2B. Windows color (decimal): -11988127 or 6361929. OLE color: 6361929.

HSL color Cylindrical-coordinate representation of color #491361: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491361 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 19 97 -
CMYK 0.25 0.80 0 0.62
HSL 281.54º 0.67% 0.23% -
HSV(B) 281.54º 0.8% 0.38% -
XYZ 5.14 2.75 11.57 -
YUV 44.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 73 19 97 0.25 0.80 0 0.62 281.54 0.67 0.23
Hex 49 13 61 19 50 0 3E 11A 43 17
Octal 111 23 141 31 120 0 76 432 103 27
Binary 1001001 10011 1100001 11001 1010000 0 111110 100011010 1000011 10111

Color Harmonies of #491361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491361

Black with #491361

Text Example


Text Example

White with #491361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491361; }

 p { color: rgb(73,19,97); }

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

background-color css

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

 a { background-color: rgb(73,19,97); }

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

border-color css

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

 span { border-color: rgb(73,19,97); }

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