Html Css Color HEX #401D59 Scarlet Gum

📋 copy color: '#401D59'

red 64 ◦ green 29 ◦ blue 89

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

Shades of Scarlet Gum #401D59

Tints of Scarlet Gum #401D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 35.16%
G = 15.93%
B = 48.9%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401D59 (or 0x401D59) is known color: Scarlet Gum. HEX triplet: 40, 1D and 59. RGB value is (64,29,89). Sum of RGB (Red+Green+Blue) = 64+29+89=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #401D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D59 is #BFE2A6. Grayscale: #2E2E2E. Windows color (decimal): -12575399 or 5840192. OLE color: 5840192.

HSL color Cylindrical-coordinate representation of color #401D59: hue angle of 275º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401D59 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 29 89 -
CMYK 0.28 0.67 0 0.65
HSL 275º 0.51% 0.23% -
HSV(B) 275º 0.67% 0.35% -
XYZ 4.36 2.69 9.74 -
YUV 46.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 64 29 89 0.28 0.67 0 0.65 275 0.51 0.23
Hex 40 1D 59 1C 43 0 41 113 33 17
Octal 100 35 131 34 103 0 101 423 63 27
Binary 1000000 11101 1011001 11100 1000011 0 1000001 100010011 110011 10111

Color Harmonies of #401D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D59

Black with #401D59

Text Example


Text Example

White with #401D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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