Html Css Color HEX #4E2267 Scarlet Gum

📋 copy color: '#4E2267'

red 78 ◦ green 34 ◦ blue 103

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

Shades of Scarlet Gum #4E2267

Tints of Scarlet Gum #4E2267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 103 (40.63% from 255) = 47.91%

R = 36.28%
G = 15.81%
B = 47.91%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E2267 (or 0x4E2267) is known color: Scarlet Gum. HEX triplet: 4E, 22 and 67. RGB value is (78,34,103). Sum of RGB (Red+Green+Blue) = 78+34+103=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E2267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2267 is #B1DD98. Grayscale: #363636. Windows color (decimal): -11656601 or 6758990. OLE color: 6758990.

HSL color Cylindrical-coordinate representation of color #4E2267: hue angle of 278.26º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E2267 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 34 103 -
CMYK 0.24 0.67 0 0.60
HSL 278.26º 0.5% 0.27% -
HSV(B) 278.26º 0.67% 0.4% -
XYZ 6.16 3.74 13.23 -
YUV 55.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 78 34 103 0.24 0.67 0 0.60 278.26 0.5 0.27
Hex 4E 22 67 18 43 0 3C 116 32 1B
Octal 116 42 147 30 103 0 74 426 62 33
Binary 1001110 100010 1100111 11000 1000011 0 111100 100010110 110010 11011

Color Harmonies of #4E2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2267

Black with #4E2267

Text Example


Text Example

White with #4E2267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,34,103); }

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

background-color css

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

 a { background-color: rgb(78,34,103); }

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

border-color css

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

 span { border-color: rgb(78,34,103); }

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