Html Css Color HEX #4D3561 Scarlet Gum

📋 copy color: '#4D3561'

red 77 ◦ green 53 ◦ blue 97

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

Shades of Scarlet Gum #4D3561

Tints of Scarlet Gum #4D3561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 33.92%
G = 23.35%
B = 42.73%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D3561 (or 0x4D3561) is known color: Scarlet Gum. HEX triplet: 4D, 35 and 61. RGB value is (77,53,97). Sum of RGB (Red+Green+Blue) = 77+53+97=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D3561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3561 is #B2CA9E. Grayscale: #414141. Windows color (decimal): -11717279 or 6370637. OLE color: 6370637.

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

Color convert

RGB 77 53 97 -
CMYK 0.21 0.45 0 0.62
HSL 272.73º 0.29% 0.29% -
HSV(B) 272.73º 0.45% 0.38% -
XYZ 6.49 4.99 11.93 -
YUV 65.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 77 53 97 0.21 0.45 0 0.62 272.73 0.29 0.29
Hex 4D 35 61 15 2D 0 3E 111 1D 1D
Octal 115 65 141 25 55 0 76 421 35 35
Binary 1001101 110101 1100001 10101 101101 0 111110 100010001 11101 11101

Color Harmonies of #4D3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3561

Black with #4D3561

Text Example


Text Example

White with #4D3561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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