Html Css Color HEX #401AFF Han Purple

📋 copy color: '#401AFF'

red 64 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #401AFF

Tints of Han Purple #401AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.91%

R = 18.55%
G = 7.54%
B = 73.91%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#401AFF (or 0x401AFF) is known color: Han Purple. HEX triplet: 40, 1A and FF. RGB value is (64,26,255). Sum of RGB (Red+Green+Blue) = 64+26+255=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #401AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AFF is #BFE500. Grayscale: #3E3E3E. Windows color (decimal): -12576001 or 16718400. OLE color: 16718400.

HSL color Cylindrical-coordinate representation of color #401AFF: hue angle of 249.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #401AFF is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 26 255 -
CMYK 0.75 0.90 0 0
HSL 249.96º 1% 0.55% -
HSV(B) 249.96º 0.9% 1% -
XYZ 20.53 9.05 95.27 -
YUV 63.47 236.09 128.38 -
System Red Green Blue C M Y K H S L
Decimal 64 26 255 0.75 0.90 0 0 249.96 1 0.55
Hex 40 1A FF 4B 5A 0 0 FA 64 37
Octal 100 32 377 113 132 0 0 372 144 67
Binary 1000000 11010 11111111 1001011 1011010 0 0 11111010 1100100 110111

Color Harmonies of #401AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AFF

Black with #401AFF

Text Example


Text Example

White with #401AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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