Html Css Color HEX #4E1964 Scarlet Gum

📋 copy color: '#4E1964'

red 78 ◦ green 25 ◦ blue 100

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

Shades of Scarlet Gum #4E1964

Tints of Scarlet Gum #4E1964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 100 (39.45% from 255) = 49.26%

R = 38.42%
G = 12.32%
B = 49.26%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4E1964 (or 0x4E1964) is known color: Scarlet Gum. HEX triplet: 4E, 19 and 64. RGB value is (78,25,100). Sum of RGB (Red+Green+Blue) = 78+25+100=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #4E1964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1964 is #B1E69B. Grayscale: #313131. Windows color (decimal): -11658908 or 6560078. OLE color: 6560078.

HSL color Cylindrical-coordinate representation of color #4E1964: hue angle of 282.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E1964 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 78 25 100 -
CMYK 0.22 0.75 0 0.61
HSL 282.4º 0.6% 0.25% -
HSV(B) 282.4º 0.75% 0.39% -
XYZ 5.79 3.24 12.38 -
YUV 49.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 78 25 100 0.22 0.75 0 0.61 282.4 0.6 0.25
Hex 4E 19 64 16 4B 0 3D 11A 3C 19
Octal 116 31 144 26 113 0 75 432 74 31
Binary 1001110 11001 1100100 10110 1001011 0 111101 100011010 111100 11001

Color Harmonies of #4E1964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1964

Black with #4E1964

Text Example


Text Example

White with #4E1964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,100); }

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

background-color css

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

 a { background-color: rgb(78,25,100); }

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

border-color css

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

 span { border-color: rgb(78,25,100); }

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