#4D2661

Color #4D2661 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4D2661

Tints of Scarlet Gum #4D2661

Color information

#4D2661 (or 0x4D2661) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 26 and 61. RGB value is (77,38,97). Sum of RGB (Red+Green+Blue) = 77+38+97=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D2661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2661 is #B2D99E. Grayscale: #383838. Windows color (decimal): -11721119 or 6366797. OLE color: 6366797.

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

Color convert

RGB773897-
CMYK0.210.6100.62
HSL279.66º43.7%26.47%-
HSV(B)279.66º60.82%38.04%-
XYZ5.913.8311.74-
YUV56.39150.92142.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.32%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=36.32%
G=17.92%
B=45.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7738970.210.6100.62279.6643.726.47
Hex4D2661153D03E1182c1a
Octal1154614125750764305432
Binary1001101100110110000110101111101011111010001100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D2661;
 }
 .AnyTagClassName
 {
   color: #4D2661;
 }
</style>
background-color css

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

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

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

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

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

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