Html Css Color HEX #4D2860 Scarlet Gum

📋 copy color: '#4D2860'

red 77 ◦ green 40 ◦ blue 96

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

Shades of Scarlet Gum #4D2860

Tints of Scarlet Gum #4D2860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 36.15%
G = 18.78%
B = 45.07%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D2860 (or 0x4D2860) is known color: Scarlet Gum. HEX triplet: 4D, 28 and 60. RGB value is (77,40,96). Sum of RGB (Red+Green+Blue) = 77+40+96=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D2860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2860 is #B2D79F. Grayscale: #393939. Windows color (decimal): -11720608 or 6301773. OLE color: 6301773.

HSL color Cylindrical-coordinate representation of color #4D2860: hue angle of 279.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2860 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 40 96 -
CMYK 0.20 0.58 0 0.62
HSL 279.64º 0.41% 0.27% -
HSV(B) 279.64º 0.58% 0.38% -
XYZ 5.93 3.94 11.51 -
YUV 57.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 77 40 96 0.20 0.58 0 0.62 279.64 0.41 0.27
Hex 4D 28 60 14 3A 0 3E 118 29 1B
Octal 115 50 140 24 72 0 76 430 51 33
Binary 1001101 101000 1100000 10100 111010 0 111110 100011000 101001 11011

Color Harmonies of #4D2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2860

Black with #4D2860

Text Example


Text Example

White with #4D2860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,96); }

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

background-color css

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

 a { background-color: rgb(77,40,96); }

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

border-color css

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

 span { border-color: rgb(77,40,96); }

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