Html Css Color HEX #401A50 Scarlet Gum

📋 copy color: '#401A50'

red 64 ◦ green 26 ◦ blue 80

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

Shades of Scarlet Gum #401A50

Tints of Scarlet Gum #401A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.29%

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

R = 37.65%
G = 15.29%
B = 47.06%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401A50 (or 0x401A50) is known color: Scarlet Gum. HEX triplet: 40, 1A and 50. RGB value is (64,26,80). Sum of RGB (Red+Green+Blue) = 64+26+80=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #401A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A50 is #BFE5AF. Grayscale: #2B2B2B. Windows color (decimal): -12576176 or 5249600. OLE color: 5249600.

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

Color convert

RGB 64 26 80 -
CMYK 0.20 0.67 0 0.69
HSL 282.22º 0.51% 0.21% -
HSV(B) 282.22º 0.68% 0.31% -
XYZ 3.93 2.41 7.85 -
YUV 43.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 64 26 80 0.20 0.67 0 0.69 282.22 0.51 0.21
Hex 40 1A 50 14 43 0 45 11A 33 15
Octal 100 32 120 24 103 0 105 432 63 25
Binary 1000000 11010 1010000 10100 1000011 0 1000101 100011010 110011 10101

Color Harmonies of #401A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A50

Black with #401A50

Text Example


Text Example

White with #401A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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