Html Css Color HEX #401AF8 Han Purple

📋 copy color: '#401AF8'

red 64 ◦ green 26 ◦ blue 248

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

Shades of Han Purple #401AF8

Tints of Han Purple #401AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 73.37%

R = 18.93%
G = 7.69%
B = 73.37%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#401AF8 (or 0x401AF8) is known color: Han Purple. HEX triplet: 40, 1A and F8. RGB value is (64,26,248). Sum of RGB (Red+Green+Blue) = 64+26+248=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 248 (97.27% from 255 or 73.37% from 338); Max value from RGB is 248 - color contains mainly: blue. Hex color #401AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AF8 is #BFE507. Grayscale: #3D3D3D. Windows color (decimal): -12576008 or 16259648. OLE color: 16259648.

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

Color convert

RGB 64 26 248 -
CMYK 0.74 0.90 0 0.03
HSL 250.27º 0.94% 0.54% -
HSV(B) 250.27º 0.9% 0.97% -
XYZ 19.43 8.61 89.44 -
YUV 62.67 232.59 128.95 -
System Red Green Blue C M Y K H S L
Decimal 64 26 248 0.74 0.90 0 0.03 250.27 0.94 0.54
Hex 40 1A F8 4A 5A 0 3 FA 5E 36
Octal 100 32 370 112 132 0 3 372 136 66
Binary 1000000 11010 11111000 1001010 1011010 0 11 11111010 1011110 110110

Color Harmonies of #401AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AF8

Black with #401AF8

Text Example


Text Example

White with #401AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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