Html Css Color HEX #401AEF Han Purple

📋 copy color: '#401AEF'

red 64 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #401AEF

Tints of Han Purple #401AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.64%

R = 19.45%
G = 7.9%
B = 72.64%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#401AEF (or 0x401AEF) is known color: Han Purple. HEX triplet: 40, 1A and EF. RGB value is (64,26,239). Sum of RGB (Red+Green+Blue) = 64+26+239=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #401AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AEF is #BFE510. Grayscale: #3C3C3C. Windows color (decimal): -12576017 or 15669824. OLE color: 15669824.

HSL color Cylindrical-coordinate representation of color #401AEF: hue angle of 250.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401AEF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 26 239 -
CMYK 0.73 0.89 0 0.06
HSL 250.7º 0.87% 0.52% -
HSV(B) 250.7º 0.89% 0.94% -
XYZ 18.06 8.06 82.27 -
YUV 61.64 228.09 129.68 -
System Red Green Blue C M Y K H S L
Decimal 64 26 239 0.73 0.89 0 0.06 250.7 0.87 0.52
Hex 40 1A EF 49 59 0 6 FB 57 34
Octal 100 32 357 111 131 0 6 373 127 64
Binary 1000000 11010 11101111 1001001 1011001 0 110 11111011 1010111 110100

Color Harmonies of #401AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AEF

Black with #401AEF

Text Example


Text Example

White with #401AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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