Html Css Color HEX #401B59 Scarlet Gum

📋 copy color: '#401B59'

red 64 ◦ green 27 ◦ blue 89

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

Shades of Scarlet Gum #401B59

Tints of Scarlet Gum #401B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15%

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

R = 35.56%
G = 15%
B = 49.44%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401B59 (or 0x401B59) is known color: Scarlet Gum. HEX triplet: 40, 1B and 59. RGB value is (64,27,89). Sum of RGB (Red+Green+Blue) = 64+27+89=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #401B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B59 is #BFE4A6. Grayscale: #2C2C2C. Windows color (decimal): -12575911 or 5839680. OLE color: 5839680.

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

Color convert

RGB 64 27 89 -
CMYK 0.28 0.70 0 0.65
HSL 275.81º 0.53% 0.23% -
HSV(B) 275.81º 0.7% 0.35% -
XYZ 4.31 2.6 9.72 -
YUV 45.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 64 27 89 0.28 0.70 0 0.65 275.81 0.53 0.23
Hex 40 1B 59 1C 46 0 41 114 35 17
Octal 100 33 131 34 106 0 101 424 65 27
Binary 1000000 11011 1011001 11100 1000110 0 1000001 100010100 110101 10111

Color Harmonies of #401B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B59

Black with #401B59

Text Example


Text Example

White with #401B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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