Html Css Color HEX #4E285F Scarlet Gum

📋 copy color: '#4E285F'

red 78 ◦ green 40 ◦ blue 95

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

Shades of Scarlet Gum #4E285F

Tints of Scarlet Gum #4E285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 36.62%
G = 18.78%
B = 44.6%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4E285F (or 0x4E285F) is known color: Scarlet Gum. HEX triplet: 4E, 28 and 5F. RGB value is (78,40,95). Sum of RGB (Red+Green+Blue) = 78+40+95=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E285F is #B1D7A0. Grayscale: #393939. Windows color (decimal): -11655073 or 6236238. OLE color: 6236238.

HSL color Cylindrical-coordinate representation of color #4E285F: hue angle of 281.45º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E285F is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 78 40 95 -
CMYK 0.18 0.58 0 0.63
HSL 281.45º 0.41% 0.26% -
HSV(B) 281.45º 0.58% 0.37% -
XYZ 5.97 3.96 11.28 -
YUV 57.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 78 40 95 0.18 0.58 0 0.63 281.45 0.41 0.26
Hex 4E 28 5F 12 3A 0 3F 119 29 1A
Octal 116 50 137 22 72 0 77 431 51 32
Binary 1001110 101000 1011111 10010 111010 0 111111 100011001 101001 11010

Color Harmonies of #4E285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E285F

Black with #4E285F

Text Example


Text Example

White with #4E285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,40,95); }

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

background-color css

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

 a { background-color: rgb(78,40,95); }

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

border-color css

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

 span { border-color: rgb(78,40,95); }

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