Html Css Color HEX #492061 Scarlet Gum

📋 copy color: '#492061'

red 73 ◦ green 32 ◦ blue 97

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

Shades of Scarlet Gum #492061

Tints of Scarlet Gum #492061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 36.14%
G = 15.84%
B = 48.02%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492061 (or 0x492061) is known color: Scarlet Gum. HEX triplet: 49, 20 and 61. RGB value is (73,32,97). Sum of RGB (Red+Green+Blue) = 73+32+97=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #492061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492061 is #B6DF9E. Grayscale: #333333. Windows color (decimal): -11984799 or 6365257. OLE color: 6365257.

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

Color convert

RGB 73 32 97 -
CMYK 0.25 0.67 0 0.62
HSL 277.85º 0.5% 0.25% -
HSV(B) 277.85º 0.67% 0.38% -
XYZ 5.42 3.31 11.66 -
YUV 51.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 73 32 97 0.25 0.67 0 0.62 277.85 0.5 0.25
Hex 49 20 61 19 43 0 3E 116 32 19
Octal 111 40 141 31 103 0 76 426 62 31
Binary 1001001 100000 1100001 11001 1000011 0 111110 100010110 110010 11001

Color Harmonies of #492061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492061

Black with #492061

Text Example


Text Example

White with #492061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492061; }

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

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

background-color css

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

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

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

border-color css

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

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

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