#4D1861

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

Shades of Scarlet Gum #4D1861

Tints of Scarlet Gum #4D1861

Color information

#4D1861 (or 0x4D1861) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 18 and 61. RGB value is (77,24,97). Sum of RGB (Red+Green+Blue) = 77+24+97=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D1861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1861 is #B2E79E. Grayscale: #2F2F2F. Windows color (decimal): -11724703 or 6363213. OLE color: 6363213.

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

Color convert

RGB772497-
CMYK0.210.7500.62
HSL283.56º60.33%23.73%-
HSV(B)283.56º75.26%38.04%-
XYZ5.543.0911.61-
YUV48.17155.56148.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.89%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=38.89%
G=12.12%
B=48.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7724970.210.7500.62283.5660.3323.73
Hex4D1861154B03E11c3c18
Octal11530141251130764347430
Binary1001101110001100001101011001011011111010001110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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