Html Css Color HEX #4F3165 Scarlet Gum

📋 copy color: '#4F3165'

red 79 ◦ green 49 ◦ blue 101

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

Shades of Scarlet Gum #4F3165

Tints of Scarlet Gum #4F3165

RGB

 RED value IS 79 (31.25% from 255) = 34.5%

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 34.5%
G = 21.4%
B = 44.1%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4F3165 (or 0x4F3165) is known color: Scarlet Gum. HEX triplet: 4F, 31 and 65. RGB value is (79,49,101). Sum of RGB (Red+Green+Blue) = 79+49+101=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F3165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3165 is #B0CE9A. Grayscale: #3F3F3F. Windows color (decimal): -11587227 or 6631759. OLE color: 6631759.

HSL color Cylindrical-coordinate representation of color #4F3165: hue angle of 274.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F3165 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 49 101 -
CMYK 0.22 0.51 0 0.60
HSL 274.62º 0.35% 0.29% -
HSV(B) 274.62º 0.51% 0.4% -
XYZ 6.67 4.8 12.89 -
YUV 63.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 79 49 101 0.22 0.51 0 0.60 274.62 0.35 0.29
Hex 4F 31 65 16 33 0 3C 113 23 1D
Octal 117 61 145 26 63 0 74 423 43 35
Binary 1001111 110001 1100101 10110 110011 0 111100 100010011 100011 11101

Color Harmonies of #4F3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3165

Black with #4F3165

Text Example


Text Example

White with #4F3165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F3165; }

 p { color: rgb(79,49,101); }

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

background-color css

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

 a { background-color: rgb(79,49,101); }

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

border-color css

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

 span { border-color: rgb(79,49,101); }

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