Html Css Color HEX #401A4D Scarlet Gum

📋 copy color: '#401A4D'

red 64 ◦ green 26 ◦ blue 77

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

Shades of Scarlet Gum #401A4D

Tints of Scarlet Gum #401A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.57%

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

R = 38.32%
G = 15.57%
B = 46.11%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#401A4D (or 0x401A4D) is known color: Scarlet Gum. HEX triplet: 40, 1A and 4D. RGB value is (64,26,77). Sum of RGB (Red+Green+Blue) = 64+26+77=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #401A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A4D is #BFE5B2. Grayscale: #2B2B2B. Windows color (decimal): -12576179 or 5052992. OLE color: 5052992.

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

Color convert

RGB 64 26 77 -
CMYK 0.17 0.66 0 0.70
HSL 284.71º 0.5% 0.2% -
HSV(B) 284.71º 0.66% 0.3% -
XYZ 3.82 2.36 7.28 -
YUV 43.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 64 26 77 0.17 0.66 0 0.70 284.71 0.5 0.2
Hex 40 1A 4D 11 42 0 46 11D 32 14
Octal 100 32 115 21 102 0 106 435 62 24
Binary 1000000 11010 1001101 10001 1000010 0 1000110 100011101 110010 10100

Color Harmonies of #401A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A4D

Black with #401A4D

Text Example


Text Example

White with #401A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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