Html Css Color HEX #491461 Scarlet Gum

📋 copy color: '#491461'

red 73 ◦ green 20 ◦ blue 97

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

Shades of Scarlet Gum #491461

Tints of Scarlet Gum #491461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

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

R = 38.42%
G = 10.53%
B = 51.05%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#491461 (or 0x491461) is known color: Scarlet Gum. HEX triplet: 49, 14 and 61. RGB value is (73,20,97). Sum of RGB (Red+Green+Blue) = 73+20+97=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #491461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491461 is #B6EB9E. Grayscale: #2C2C2C. Windows color (decimal): -11987871 or 6362185. OLE color: 6362185.

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

Color convert

RGB 73 20 97 -
CMYK 0.25 0.79 0 0.62
HSL 281.3º 0.66% 0.23% -
HSV(B) 281.3º 0.79% 0.38% -
XYZ 5.16 2.78 11.57 -
YUV 44.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 73 20 97 0.25 0.79 0 0.62 281.3 0.66 0.23
Hex 49 14 61 19 4F 0 3E 119 42 17
Octal 111 24 141 31 117 0 76 431 102 27
Binary 1001001 10100 1100001 11001 1001111 0 111110 100011001 1000010 10111

Color Harmonies of #491461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491461

Black with #491461

Text Example


Text Example

White with #491461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491461; }

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

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

background-color css

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

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

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

border-color css

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

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

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