Html Css Color HEX #401B50 Scarlet Gum

📋 copy color: '#401B50'

red 64 ◦ green 27 ◦ blue 80

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

Shades of Scarlet Gum #401B50

Tints of Scarlet Gum #401B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.78%

R = 37.43%
G = 15.79%
B = 46.78%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401B50 (or 0x401B50) is known color: Scarlet Gum. HEX triplet: 40, 1B and 50. RGB value is (64,27,80). Sum of RGB (Red+Green+Blue) = 64+27+80=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #401B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B50 is #BFE4AF. Grayscale: #2B2B2B. Windows color (decimal): -12575920 or 5249856. OLE color: 5249856.

HSL color Cylindrical-coordinate representation of color #401B50: hue angle of 281.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401B50 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 27 80 -
CMYK 0.20 0.66 0 0.69
HSL 281.89º 0.5% 0.21% -
HSV(B) 281.89º 0.66% 0.31% -
XYZ 3.95 2.45 7.85 -
YUV 44.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 64 27 80 0.20 0.66 0 0.69 281.89 0.5 0.21
Hex 40 1B 50 14 42 0 45 11A 32 15
Octal 100 33 120 24 102 0 105 432 62 25
Binary 1000000 11011 1010000 10100 1000010 0 1000101 100011010 110010 10101

Color Harmonies of #401B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B50

Black with #401B50

Text Example


Text Example

White with #401B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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