Html Css Color HEX #401D51 Scarlet Gum

📋 copy color: '#401D51'

red 64 ◦ green 29 ◦ blue 81

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

Shades of Scarlet Gum #401D51

Tints of Scarlet Gum #401D51

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 36.78%
G = 16.67%
B = 46.55%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401D51 (or 0x401D51) is known color: Scarlet Gum. HEX triplet: 40, 1D and 51. RGB value is (64,29,81). Sum of RGB (Red+Green+Blue) = 64+29+81=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #401D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D51 is #BFE2AE. Grayscale: #2D2D2D. Windows color (decimal): -12575407 or 5315904. OLE color: 5315904.

HSL color Cylindrical-coordinate representation of color #401D51: hue angle of 280.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401D51 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 29 81 -
CMYK 0.21 0.64 0 0.68
HSL 280.38º 0.47% 0.22% -
HSV(B) 280.38º 0.64% 0.32% -
XYZ 4.04 2.56 8.07 -
YUV 45.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 64 29 81 0.21 0.64 0 0.68 280.38 0.47 0.22
Hex 40 1D 51 15 40 0 44 118 2F 16
Octal 100 35 121 25 100 0 104 430 57 26
Binary 1000000 11101 1010001 10101 1000000 0 1000100 100011000 101111 10110

Color Harmonies of #401D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D51

Black with #401D51

Text Example


Text Example

White with #401D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,29,81); }

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

background-color css

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

 a { background-color: rgb(64,29,81); }

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

border-color css

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

 span { border-color: rgb(64,29,81); }

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