Html Css Color HEX #401AF6 Han Purple

📋 copy color: '#401AF6'

red 64 ◦ green 26 ◦ blue 246

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

Shades of Han Purple #401AF6

Tints of Han Purple #401AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 73.21%

R = 19.05%
G = 7.74%
B = 73.21%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#401AF6 (or 0x401AF6) is known color: Han Purple. HEX triplet: 40, 1A and F6. RGB value is (64,26,246). Sum of RGB (Red+Green+Blue) = 64+26+246=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 246 (96.48% from 255 or 73.21% from 336); Max value from RGB is 246 - color contains mainly: blue. Hex color #401AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AF6 is #BFE509. Grayscale: #3D3D3D. Windows color (decimal): -12576010 or 16128576. OLE color: 16128576.

HSL color Cylindrical-coordinate representation of color #401AF6: hue angle of 250.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401AF6 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 26 246 -
CMYK 0.74 0.89 0 0.04
HSL 250.36º 0.92% 0.53% -
HSV(B) 250.36º 0.89% 0.96% -
XYZ 19.12 8.48 87.82 -
YUV 62.44 231.59 129.11 -
System Red Green Blue C M Y K H S L
Decimal 64 26 246 0.74 0.89 0 0.04 250.36 0.92 0.53
Hex 40 1A F6 4A 59 0 4 FA 5C 35
Octal 100 32 366 112 131 0 4 372 134 65
Binary 1000000 11010 11110110 1001010 1011001 0 100 11111010 1011100 110101

Color Harmonies of #401AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AF6

Black with #401AF6

Text Example


Text Example

White with #401AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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