Html Css Color HEX #491660 Scarlet Gum

📋 copy color: '#491660'

red 73 ◦ green 22 ◦ blue 96

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

Shades of Scarlet Gum #491660

Tints of Scarlet Gum #491660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

 BLUE value IS 96 (37.89% from 255) = 50.26%

R = 38.22%
G = 11.52%
B = 50.26%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#491660 (or 0x491660) is known color: Scarlet Gum. HEX triplet: 49, 16 and 60. RGB value is (73,22,96). Sum of RGB (Red+Green+Blue) = 73+22+96=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #491660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491660 is #B6E99F. Grayscale: #2D2D2D. Windows color (decimal): -11987360 or 6297161. OLE color: 6297161.

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

Color convert

RGB 73 22 96 -
CMYK 0.24 0.77 0 0.62
HSL 281.35º 0.63% 0.23% -
HSV(B) 281.35º 0.77% 0.38% -
XYZ 5.15 2.83 11.34 -
YUV 45.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 73 22 96 0.24 0.77 0 0.62 281.35 0.63 0.23
Hex 49 16 60 18 4D 0 3E 119 3F 17
Octal 111 26 140 30 115 0 76 431 77 27
Binary 1001001 10110 1100000 11000 1001101 0 111110 100011001 111111 10111

Color Harmonies of #491660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491660

Black with #491660

Text Example


Text Example

White with #491660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491660; }

 p { color: rgb(73,22,96); }

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

background-color css

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

 a { background-color: rgb(73,22,96); }

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

border-color css

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

 span { border-color: rgb(73,22,96); }

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