Html Css Color HEX #401AFD Han Purple

📋 copy color: '#401AFD'

red 64 ◦ green 26 ◦ blue 253

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

Shades of Han Purple #401AFD

Tints of Han Purple #401AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 18.66%
G = 7.58%
B = 73.76%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#401AFD (or 0x401AFD) is known color: Han Purple. HEX triplet: 40, 1A and FD. RGB value is (64,26,253). Sum of RGB (Red+Green+Blue) = 64+26+253=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #401AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AFD is #BFE502. Grayscale: #3E3E3E. Windows color (decimal): -12576003 or 16587328. OLE color: 16587328.

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

Color convert

RGB 64 26 253 -
CMYK 0.75 0.90 0 0.01
HSL 250.04º 0.98% 0.55% -
HSV(B) 250.04º 0.9% 0.99% -
XYZ 20.21 8.92 93.59 -
YUV 63.24 235.09 128.54 -
System Red Green Blue C M Y K H S L
Decimal 64 26 253 0.75 0.90 0 0.01 250.04 0.98 0.55
Hex 40 1A FD 4B 5A 0 1 FA 62 37
Octal 100 32 375 113 132 0 1 372 142 67
Binary 1000000 11010 11111101 1001011 1011010 0 1 11111010 1100010 110111

Color Harmonies of #401AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AFD

Black with #401AFD

Text Example


Text Example

White with #401AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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