Html Css Color HEX #4D2858 Scarlet Gum

📋 copy color: '#4D2858'

red 77 ◦ green 40 ◦ blue 88

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

Shades of Scarlet Gum #4D2858

Tints of Scarlet Gum #4D2858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 37.56%
G = 19.51%
B = 42.93%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D2858 (or 0x4D2858) is known color: Scarlet Gum. HEX triplet: 4D, 28 and 58. RGB value is (77,40,88). Sum of RGB (Red+Green+Blue) = 77+40+88=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D2858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2858 is #B2D7A7. Grayscale: #383838. Windows color (decimal): -11720616 or 5777485. OLE color: 5777485.

HSL color Cylindrical-coordinate representation of color #4D2858: hue angle of 286.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D2858 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 40 88 -
CMYK 0.12 0.55 0 0.65
HSL 286.25º 0.38% 0.25% -
HSV(B) 286.25º 0.55% 0.35% -
XYZ 5.58 3.8 9.67 -
YUV 56.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 77 40 88 0.12 0.55 0 0.65 286.25 0.38 0.25
Hex 4D 28 58 C 37 0 41 11E 26 19
Octal 115 50 130 14 67 0 101 436 46 31
Binary 1001101 101000 1011000 1100 110111 0 1000001 100011110 100110 11001

Color Harmonies of #4D2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2858

Black with #4D2858

Text Example


Text Example

White with #4D2858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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