Html Css Color HEX #401A54 Scarlet Gum

📋 copy color: '#401A54'

red 64 ◦ green 26 ◦ blue 84

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

Shades of Scarlet Gum #401A54

Tints of Scarlet Gum #401A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 36.78%
G = 14.94%
B = 48.28%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401A54 (or 0x401A54) is known color: Scarlet Gum. HEX triplet: 40, 1A and 54. RGB value is (64,26,84). Sum of RGB (Red+Green+Blue) = 64+26+84=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #401A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A54 is #BFE5AB. Grayscale: #2B2B2B. Windows color (decimal): -12576172 or 5511744. OLE color: 5511744.

HSL color Cylindrical-coordinate representation of color #401A54: hue angle of 279.31º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401A54 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 26 84 -
CMYK 0.24 0.69 0 0.67
HSL 279.31º 0.53% 0.22% -
HSV(B) 279.31º 0.69% 0.33% -
XYZ 4.08 2.47 8.65 -
YUV 43.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 64 26 84 0.24 0.69 0 0.67 279.31 0.53 0.22
Hex 40 1A 54 18 45 0 43 117 35 16
Octal 100 32 124 30 105 0 103 427 65 26
Binary 1000000 11010 1010100 11000 1000101 0 1000011 100010111 110101 10110

Color Harmonies of #401A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A54

Black with #401A54

Text Example


Text Example

White with #401A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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