Html Css Color HEX #401AF9 Han Purple

📋 copy color: '#401AF9'

red 64 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #401AF9

Tints of Han Purple #401AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 73.45%

R = 18.88%
G = 7.67%
B = 73.45%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#401AF9 (or 0x401AF9) is known color: Han Purple. HEX triplet: 40, 1A and F9. RGB value is (64,26,249). Sum of RGB (Red+Green+Blue) = 64+26+249=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 249 (97.66% from 255 or 73.45% from 339); Max value from RGB is 249 - color contains mainly: blue. Hex color #401AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AF9 is #BFE506. Grayscale: #3D3D3D. Windows color (decimal): -12576007 or 16325184. OLE color: 16325184.

HSL color Cylindrical-coordinate representation of color #401AF9: hue angle of 250.22º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #401AF9 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 26 249 -
CMYK 0.74 0.90 0 0.02
HSL 250.22º 0.95% 0.54% -
HSV(B) 250.22º 0.9% 0.98% -
XYZ 19.58 8.67 90.26 -
YUV 62.78 233.09 128.87 -
System Red Green Blue C M Y K H S L
Decimal 64 26 249 0.74 0.90 0 0.02 250.22 0.95 0.54
Hex 40 1A F9 4A 5A 0 2 FA 5F 36
Octal 100 32 371 112 132 0 2 372 137 66
Binary 1000000 11010 11111001 1001010 1011010 0 10 11111010 1011111 110110

Color Harmonies of #401AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AF9

Black with #401AF9

Text Example


Text Example

White with #401AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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