Html Css Color HEX #401AF2 Han Purple

📋 copy color: '#401AF2'

red 64 ◦ green 26 ◦ blue 242

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

Shades of Han Purple #401AF2

Tints of Han Purple #401AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 72.89%

R = 19.28%
G = 7.83%
B = 72.89%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#401AF2 (or 0x401AF2) is known color: Han Purple. HEX triplet: 40, 1A and F2. RGB value is (64,26,242). Sum of RGB (Red+Green+Blue) = 64+26+242=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 242 (94.92% from 255 or 72.89% from 332); Max value from RGB is 242 - color contains mainly: blue. Hex color #401AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AF2 is #BFE50D. Grayscale: #3D3D3D. Windows color (decimal): -12576014 or 15866432. OLE color: 15866432.

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

Color convert

RGB 64 26 242 -
CMYK 0.74 0.89 0 0.05
HSL 250.56º 0.89% 0.53% -
HSV(B) 250.56º 0.89% 0.95% -
XYZ 18.51 8.24 84.62 -
YUV 61.99 229.59 129.44 -
System Red Green Blue C M Y K H S L
Decimal 64 26 242 0.74 0.89 0 0.05 250.56 0.89 0.53
Hex 40 1A F2 4A 59 0 5 FB 59 35
Octal 100 32 362 112 131 0 5 373 131 65
Binary 1000000 11010 11110010 1001010 1011001 0 101 11111011 1011001 110101

Color Harmonies of #401AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AF2

Black with #401AF2

Text Example


Text Example

White with #401AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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