Html Css Color HEX #401C54 Scarlet Gum

📋 copy color: '#401C54'

red 64 ◦ green 28 ◦ blue 84

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

Shades of Scarlet Gum #401C54

Tints of Scarlet Gum #401C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

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

R = 36.36%
G = 15.91%
B = 47.73%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401C54 (or 0x401C54) is known color: Scarlet Gum. HEX triplet: 40, 1C and 54. RGB value is (64,28,84). Sum of RGB (Red+Green+Blue) = 64+28+84=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #401C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C54 is #BFE3AB. Grayscale: #2C2C2C. Windows color (decimal): -12575660 or 5512256. OLE color: 5512256.

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

Color convert

RGB 64 28 84 -
CMYK 0.24 0.67 0 0.67
HSL 278.57º 0.5% 0.22% -
HSV(B) 278.57º 0.67% 0.33% -
XYZ 4.13 2.56 8.66 -
YUV 45.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 64 28 84 0.24 0.67 0 0.67 278.57 0.5 0.22
Hex 40 1C 54 18 43 0 43 117 32 16
Octal 100 34 124 30 103 0 103 427 62 26
Binary 1000000 11100 1010100 11000 1000011 0 1000011 100010111 110010 10110

Color Harmonies of #401C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C54

Black with #401C54

Text Example


Text Example

White with #401C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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