Html Css Color HEX #4E2161 Scarlet Gum

📋 copy color: '#4E2161'

red 78 ◦ green 33 ◦ blue 97

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

Shades of Scarlet Gum #4E2161

Tints of Scarlet Gum #4E2161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

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

R = 37.5%
G = 15.87%
B = 46.63%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E2161 (or 0x4E2161) is known color: Scarlet Gum. HEX triplet: 4E, 21 and 61. RGB value is (78,33,97). Sum of RGB (Red+Green+Blue) = 78+33+97=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E2161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2161 is #B1DE9E. Grayscale: #353535. Windows color (decimal): -11656863 or 6365518. OLE color: 6365518.

HSL color Cylindrical-coordinate representation of color #4E2161: hue angle of 282.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E2161 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 33 97 -
CMYK 0.20 0.66 0 0.62
HSL 282.19º 0.49% 0.25% -
HSV(B) 282.19º 0.66% 0.38% -
XYZ 5.84 3.57 11.69 -
YUV 53.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 78 33 97 0.20 0.66 0 0.62 282.19 0.49 0.25
Hex 4E 21 61 14 42 0 3E 11A 31 19
Octal 116 41 141 24 102 0 76 432 61 31
Binary 1001110 100001 1100001 10100 1000010 0 111110 100011010 110001 11001

Color Harmonies of #4E2161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2161

Black with #4E2161

Text Example


Text Example

White with #4E2161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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