Html Css Color HEX #4E2162 Scarlet Gum

📋 copy color: '#4E2162'

red 78 ◦ green 33 ◦ blue 98

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

Shades of Scarlet Gum #4E2162

Tints of Scarlet Gum #4E2162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 37.32%
G = 15.79%
B = 46.89%

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

#4E2162 (or 0x4E2162) is known color: Scarlet Gum. HEX triplet: 4E, 21 and 62. RGB value is (78,33,98). Sum of RGB (Red+Green+Blue) = 78+33+98=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E2162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2162 is #B1DE9D. Grayscale: #353535. Windows color (decimal): -11656862 or 6431054. OLE color: 6431054.

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

Color convert

RGB 78 33 98 -
CMYK 0.20 0.66 0 0.62
HSL 281.54º 0.5% 0.26% -
HSV(B) 281.54º 0.66% 0.38% -
XYZ 5.89 3.59 11.94 -
YUV 53.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 78 33 98 0.20 0.66 0 0.62 281.54 0.5 0.26
Hex 4E 21 62 14 42 0 3E 11A 32 1A
Octal 116 41 142 24 102 0 76 432 62 32
Binary 1001110 100001 1100010 10100 1000010 0 111110 100011010 110010 11010

Color Harmonies of #4E2162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2162

Black with #4E2162

Text Example


Text Example

White with #4E2162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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