Html Css Color HEX #4D2068 Scarlet Gum

📋 copy color: '#4D2068'

red 77 ◦ green 32 ◦ blue 104

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

Shades of Scarlet Gum #4D2068

Tints of Scarlet Gum #4D2068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 104 (41.02% from 255) = 48.83%

R = 36.15%
G = 15.02%
B = 48.83%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D2068 (or 0x4D2068) is known color: Scarlet Gum. HEX triplet: 4D, 20 and 68. RGB value is (77,32,104). Sum of RGB (Red+Green+Blue) = 77+32+104=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2068 is #B2DF97. Grayscale: #353535. Windows color (decimal): -11722648 or 6824013. OLE color: 6824013.

HSL color Cylindrical-coordinate representation of color #4D2068: hue angle of 277.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2068 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 32 104 -
CMYK 0.26 0.69 0 0.59
HSL 277.5º 0.53% 0.27% -
HSV(B) 277.5º 0.69% 0.41% -
XYZ 6.08 3.61 13.47 -
YUV 53.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 77 32 104 0.26 0.69 0 0.59 277.5 0.53 0.27
Hex 4D 20 68 1A 45 0 3B 116 35 1B
Octal 115 40 150 32 105 0 73 426 65 33
Binary 1001101 100000 1101000 11010 1000101 0 111011 100010110 110101 11011

Color Harmonies of #4D2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2068

Black with #4D2068

Text Example


Text Example

White with #4D2068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,104); }

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

background-color css

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

 a { background-color: rgb(77,32,104); }

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

border-color css

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

 span { border-color: rgb(77,32,104); }

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