Html Css Color HEX #401A4C Scarlet Gum

📋 copy color: '#401A4C'

red 64 ◦ green 26 ◦ blue 76

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

Shades of Scarlet Gum #401A4C

Tints of Scarlet Gum #401A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.78%

R = 38.55%
G = 15.66%
B = 45.78%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#401A4C (or 0x401A4C) is known color: Scarlet Gum. HEX triplet: 40, 1A and 4C. RGB value is (64,26,76). Sum of RGB (Red+Green+Blue) = 64+26+76=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #401A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A4C is #BFE5B3. Grayscale: #2A2A2A. Windows color (decimal): -12576180 or 4987456. OLE color: 4987456.

HSL color Cylindrical-coordinate representation of color #401A4C: hue angle of 285.6º degrees, saturation: 0.49, 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 #401A4C is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 26 76 -
CMYK 0.16 0.66 0 0.70
HSL 285.6º 0.49% 0.2% -
HSV(B) 285.6º 0.66% 0.3% -
XYZ 3.79 2.35 7.09 -
YUV 43.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 64 26 76 0.16 0.66 0 0.70 285.6 0.49 0.2
Hex 40 1A 4C 10 42 0 46 11E 31 14
Octal 100 32 114 20 102 0 106 436 61 24
Binary 1000000 11010 1001100 10000 1000010 0 1000110 100011110 110001 10100

Color Harmonies of #401A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A4C

Black with #401A4C

Text Example


Text Example

White with #401A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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