Html Css Color HEX #401A49 Hot Purple

📋 copy color: '#401A49'

red 64 ◦ green 26 ◦ blue 73

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

Shades of Hot Purple #401A49

Tints of Hot Purple #401A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 39.26%
G = 15.95%
B = 44.79%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#401A49 (or 0x401A49) is known color: Hot Purple. HEX triplet: 40, 1A and 49. RGB value is (64,26,73). Sum of RGB (Red+Green+Blue) = 64+26+73=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #401A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A49 is #BFE5B6. Grayscale: #2A2A2A. Windows color (decimal): -12576183 or 4790848. OLE color: 4790848.

HSL color Cylindrical-coordinate representation of color #401A49: hue angle of 288.51º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401A49 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 26 73 -
CMYK 0.12 0.64 0 0.71
HSL 288.51º 0.47% 0.19% -
HSV(B) 288.51º 0.64% 0.29% -
XYZ 3.69 2.31 6.55 -
YUV 42.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 64 26 73 0.12 0.64 0 0.71 288.51 0.47 0.19
Hex 40 1A 49 C 40 0 47 121 2F 13
Octal 100 32 111 14 100 0 107 441 57 23
Binary 1000000 11010 1001001 1100 1000000 0 1000111 100100001 101111 10011

Color Harmonies of #401A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A49

Black with #401A49

Text Example


Text Example

White with #401A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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