Html Css Color HEX #491267 Scarlet Gum

📋 copy color: '#491267'

red 73 ◦ green 18 ◦ blue 103

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

Shades of Scarlet Gum #491267

Tints of Scarlet Gum #491267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 37.63%
G = 9.28%
B = 53.09%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#491267 (or 0x491267) is known color: Scarlet Gum. HEX triplet: 49, 12 and 67. RGB value is (73,18,103). Sum of RGB (Red+Green+Blue) = 73+18+103=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #491267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491267 is #B6ED98. Grayscale: #2B2B2B. Windows color (decimal): -11988377 or 6754889. OLE color: 6754889.

HSL color Cylindrical-coordinate representation of color #491267: hue angle of 278.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491267 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 18 103 -
CMYK 0.29 0.83 0 0.60
HSL 278.82º 0.7% 0.24% -
HSV(B) 278.82º 0.83% 0.4% -
XYZ 5.41 2.83 13.09 -
YUV 44.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 73 18 103 0.29 0.83 0 0.60 278.82 0.7 0.24
Hex 49 12 67 1D 53 0 3C 117 46 18
Octal 111 22 147 35 123 0 74 427 106 30
Binary 1001001 10010 1100111 11101 1010011 0 111100 100010111 1000110 11000

Color Harmonies of #491267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491267

Black with #491267

Text Example


Text Example

White with #491267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491267; }

 p { color: rgb(73,18,103); }

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

background-color css

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

 a { background-color: rgb(73,18,103); }

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

border-color css

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

 span { border-color: rgb(73,18,103); }

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