Html Css Color HEX #401E4A Scarlet Gum

📋 copy color: '#401E4A'

red 64 ◦ green 30 ◦ blue 74

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

Shades of Scarlet Gum #401E4A

Tints of Scarlet Gum #401E4A

RGB

 RED value IS 64 (25.39% from 255) = 38.1%

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 74 (29.3% from 255) = 44.05%

R = 38.1%
G = 17.86%
B = 44.05%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#401E4A (or 0x401E4A) is known color: Scarlet Gum. HEX triplet: 40, 1E and 4A. RGB value is (64,30,74). Sum of RGB (Red+Green+Blue) = 64+30+74=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #401E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E4A is #BFE1B5. Grayscale: #2D2D2D. Windows color (decimal): -12575158 or 4857408. OLE color: 4857408.

HSL color Cylindrical-coordinate representation of color #401E4A: hue angle of 286.36º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401E4A is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 30 74 -
CMYK 0.14 0.59 0 0.71
HSL 286.36º 0.42% 0.2% -
HSV(B) 286.36º 0.59% 0.29% -
XYZ 3.81 2.51 6.76 -
YUV 45.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 64 30 74 0.14 0.59 0 0.71 286.36 0.42 0.2
Hex 40 1E 4A E 3B 0 47 11E 2A 14
Octal 100 36 112 16 73 0 107 436 52 24
Binary 1000000 11110 1001010 1110 111011 0 1000111 100011110 101010 10100

Color Harmonies of #401E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E4A

Black with #401E4A

Text Example


Text Example

White with #401E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E4A; }

 p { color: rgb(64,30,74); }

 H1.HeaderClassName
 {
   color: #401E4A;
 }
 .AnyTagClassName
 {
   color: #401E4A;
 }
</style>

background-color css

<style>
 a { background-color: #401E4A; }

 a { background-color: rgb(64,30,74); }

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

border-color css

<style>
 span { border-color: #401E4A; }

 span { border-color: rgb(64,30,74); }

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