Html Css Color HEX #4D3661 Scarlet Gum

📋 copy color: '#4D3661'

red 77 ◦ green 54 ◦ blue 97

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

Shades of Scarlet Gum #4D3661

Tints of Scarlet Gum #4D3661

RGB

 RED value IS 77 (30.47% from 255) = 33.77%

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 33.77%
G = 23.68%
B = 42.54%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D3661 (or 0x4D3661) is known color: Scarlet Gum. HEX triplet: 4D, 36 and 61. RGB value is (77,54,97). Sum of RGB (Red+Green+Blue) = 77+54+97=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D3661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3661 is #B2C99E. Grayscale: #414141. Windows color (decimal): -11717023 or 6370893. OLE color: 6370893.

HSL color Cylindrical-coordinate representation of color #4D3661: hue angle of 272.09º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D3661 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 54 97 -
CMYK 0.21 0.44 0 0.62
HSL 272.09º 0.28% 0.3% -
HSV(B) 272.09º 0.44% 0.38% -
XYZ 6.54 5.08 11.95 -
YUV 65.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 77 54 97 0.21 0.44 0 0.62 272.09 0.28 0.3
Hex 4D 36 61 15 2C 0 3E 110 1C 1E
Octal 115 66 141 25 54 0 76 420 34 36
Binary 1001101 110110 1100001 10101 101100 0 111110 100010000 11100 11110

Color Harmonies of #4D3661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3661

Black with #4D3661

Text Example


Text Example

White with #4D3661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,54,97); }

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

background-color css

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

 a { background-color: rgb(77,54,97); }

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

border-color css

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

 span { border-color: rgb(77,54,97); }

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