Html Css Color HEX #401B4D Scarlet Gum

📋 copy color: '#401B4D'

red 64 ◦ green 27 ◦ blue 77

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

Shades of Scarlet Gum #401B4D

Tints of Scarlet Gum #401B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.07%

 BLUE value IS 77 (30.47% from 255) = 45.83%

R = 38.1%
G = 16.07%
B = 45.83%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#401B4D (or 0x401B4D) is known color: Scarlet Gum. HEX triplet: 40, 1B and 4D. RGB value is (64,27,77). Sum of RGB (Red+Green+Blue) = 64+27+77=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #401B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B4D is #BFE4B2. Grayscale: #2B2B2B. Windows color (decimal): -12575923 or 5053248. OLE color: 5053248.

HSL color Cylindrical-coordinate representation of color #401B4D: hue angle of 284.4º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #401B4D is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 27 77 -
CMYK 0.17 0.65 0 0.70
HSL 284.4º 0.48% 0.2% -
HSV(B) 284.4º 0.65% 0.3% -
XYZ 3.85 2.41 7.28 -
YUV 43.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 64 27 77 0.17 0.65 0 0.70 284.4 0.48 0.2
Hex 40 1B 4D 11 41 0 46 11C 30 14
Octal 100 33 115 21 101 0 106 434 60 24
Binary 1000000 11011 1001101 10001 1000001 0 1000110 100011100 110000 10100

Color Harmonies of #401B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B4D

Black with #401B4D

Text Example


Text Example

White with #401B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,27,77); }

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

background-color css

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

 a { background-color: rgb(64,27,77); }

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

border-color css

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

 span { border-color: rgb(64,27,77); }

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