Html Css Color HEX #4E3561 Scarlet Gum

📋 copy color: '#4E3561'

red 78 ◦ green 53 ◦ blue 97

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

Shades of Scarlet Gum #4E3561

Tints of Scarlet Gum #4E3561

RGB

 RED value IS 78 (30.86% from 255) = 34.21%

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

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

R = 34.21%
G = 23.25%
B = 42.54%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E3561 (or 0x4E3561) is known color: Scarlet Gum. HEX triplet: 4E, 35 and 61. RGB value is (78,53,97). Sum of RGB (Red+Green+Blue) = 78+53+97=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E3561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3561 is #B1CA9E. Grayscale: #414141. Windows color (decimal): -11651743 or 6370638. OLE color: 6370638.

HSL color Cylindrical-coordinate representation of color #4E3561: hue angle of 274.09º 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 #4E3561 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 53 97 -
CMYK 0.20 0.45 0 0.62
HSL 274.09º 0.29% 0.29% -
HSV(B) 274.09º 0.45% 0.38% -
XYZ 6.57 5.03 11.93 -
YUV 65.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 78 53 97 0.20 0.45 0 0.62 274.09 0.29 0.29
Hex 4E 35 61 14 2D 0 3E 112 1D 1D
Octal 116 65 141 24 55 0 76 422 35 35
Binary 1001110 110101 1100001 10100 101101 0 111110 100010010 11101 11101

Color Harmonies of #4E3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3561

Black with #4E3561

Text Example


Text Example

White with #4E3561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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