Html Css Color HEX #401948 Hot Purple

📋 copy color: '#401948'

red 64 ◦ green 25 ◦ blue 72

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

Shades of Hot Purple #401948

Tints of Hot Purple #401948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 39.75%
G = 15.53%
B = 44.72%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401948 (or 0x401948) is known color: Hot Purple. HEX triplet: 40, 19 and 48. RGB value is (64,25,72). Sum of RGB (Red+Green+Blue) = 64+25+72=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #401948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401948 is #BFE6B7. Grayscale: #292929. Windows color (decimal): -12576440 or 4725056. OLE color: 4725056.

HSL color Cylindrical-coordinate representation of color #401948: hue angle of 289.79º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #401948 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 25 72 -
CMYK 0.11 0.65 0 0.72
HSL 289.79º 0.48% 0.19% -
HSV(B) 289.79º 0.65% 0.28% -
XYZ 3.63 2.25 6.37 -
YUV 42.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 64 25 72 0.11 0.65 0 0.72 289.79 0.48 0.19
Hex 40 19 48 B 41 0 48 122 30 13
Octal 100 31 110 13 101 0 110 442 60 23
Binary 1000000 11001 1001000 1011 1000001 0 1001000 100100010 110000 10011

Color Harmonies of #401948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401948

Black with #401948

Text Example


Text Example

White with #401948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401948; }

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

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

background-color css

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

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

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

border-color css

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

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

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