Html Css Color HEX #4D2965 Scarlet Gum

📋 copy color: '#4D2965'

red 77 ◦ green 41 ◦ blue 101

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

Shades of Scarlet Gum #4D2965

Tints of Scarlet Gum #4D2965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 35.16%
G = 18.72%
B = 46.12%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4D2965 (or 0x4D2965) is known color: Scarlet Gum. HEX triplet: 4D, 29 and 65. RGB value is (77,41,101). Sum of RGB (Red+Green+Blue) = 77+41+101=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D2965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2965 is #B2D69A. Grayscale: #3A3A3A. Windows color (decimal): -11720347 or 6629709. OLE color: 6629709.

HSL color Cylindrical-coordinate representation of color #4D2965: hue angle of 276º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D2965 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 41 101 -
CMYK 0.24 0.59 0 0.60
HSL 276º 0.42% 0.28% -
HSV(B) 276º 0.59% 0.4% -
XYZ 6.2 4.1 12.78 -
YUV 58.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 77 41 101 0.24 0.59 0 0.60 276 0.42 0.28
Hex 4D 29 65 18 3B 0 3C 114 2A 1C
Octal 115 51 145 30 73 0 74 424 52 34
Binary 1001101 101001 1100101 11000 111011 0 111100 100010100 101010 11100

Color Harmonies of #4D2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2965

Black with #4D2965

Text Example


Text Example

White with #4D2965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,41,101); }

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

background-color css

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

 a { background-color: rgb(77,41,101); }

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

border-color css

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

 span { border-color: rgb(77,41,101); }

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