Html Css Color HEX #401949 Hot Purple

📋 copy color: '#401949'

red 64 ◦ green 25 ◦ blue 73

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

Shades of Hot Purple #401949

Tints of Hot Purple #401949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

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

R = 39.51%
G = 15.43%
B = 45.06%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#401949 (or 0x401949) is known color: Hot Purple. HEX triplet: 40, 19 and 49. RGB value is (64,25,73). Sum of RGB (Red+Green+Blue) = 64+25+73=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #401949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401949 is #BFE6B6. Grayscale: #292929. Windows color (decimal): -12576439 or 4790592. OLE color: 4790592.

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

Color convert

RGB 64 25 73 -
CMYK 0.12 0.66 0 0.71
HSL 288.75º 0.49% 0.19% -
HSV(B) 288.75º 0.66% 0.29% -
XYZ 3.66 2.27 6.55 -
YUV 42.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 64 25 73 0.12 0.66 0 0.71 288.75 0.49 0.19
Hex 40 19 49 C 42 0 47 121 31 13
Octal 100 31 111 14 102 0 107 441 61 23
Binary 1000000 11001 1001001 1100 1000010 0 1000111 100100001 110001 10011

Color Harmonies of #401949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401949

Black with #401949

Text Example


Text Example

White with #401949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401949; }

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

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

background-color css

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

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

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

border-color css

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

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

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