Html Css Color HEX #492160 Scarlet Gum

📋 copy color: '#492160'

red 73 ◦ green 33 ◦ blue 96

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

Shades of Scarlet Gum #492160

Tints of Scarlet Gum #492160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

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

R = 36.14%
G = 16.34%
B = 47.52%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492160 (or 0x492160) is known color: Scarlet Gum. HEX triplet: 49, 21 and 60. RGB value is (73,33,96). Sum of RGB (Red+Green+Blue) = 73+33+96=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #492160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492160 is #B6DE9F. Grayscale: #333333. Windows color (decimal): -11984544 or 6299977. OLE color: 6299977.

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

Color convert

RGB 73 33 96 -
CMYK 0.24 0.66 0 0.62
HSL 278.1º 0.49% 0.25% -
HSV(B) 278.1º 0.66% 0.38% -
XYZ 5.4 3.35 11.43 -
YUV 52.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 73 33 96 0.24 0.66 0 0.62 278.1 0.49 0.25
Hex 49 21 60 18 42 0 3E 116 31 19
Octal 111 41 140 30 102 0 76 426 61 31
Binary 1001001 100001 1100000 11000 1000010 0 111110 100010110 110001 11001

Color Harmonies of #492160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492160

Black with #492160

Text Example


Text Example

White with #492160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492160; }

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

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

background-color css

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

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

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

border-color css

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

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

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