#4E1861

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

Shades of Scarlet Gum #4E1861

Tints of Scarlet Gum #4E1861

Color information

#4E1861 (or 0x4E1861) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 18 and 61. RGB value is (78,24,97). Sum of RGB (Red+Green+Blue) = 78+24+97=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E1861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1861 is #B1E79E. Grayscale: #303030. Windows color (decimal): -11659167 or 6363214. OLE color: 6363214.

HSL color Cylindrical-coordinate representation of color #4E1861: hue angle of 284.38º 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 #4E1861 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB782497-
CMYK0.200.7500.62
HSL284.38º60.33%23.73%-
HSV(B)284.38º75.26%38.04%-
XYZ5.633.1411.62-
YUV48.47155.39149.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.20%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=39.20%
G=12.06%
B=48.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7824970.200.7500.62284.3860.3323.73
Hex4E1861144B03E11c3c18
Octal11630141241130764347430
Binary1001110110001100001101001001011011111010001110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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