Html Css Color HEX #401AE7 Han Purple

📋 copy color: '#401AE7'

red 64 ◦ green 26 ◦ blue 231

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

Shades of Han Purple #401AE7

Tints of Han Purple #401AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 71.96%

R = 19.94%
G = 8.1%
B = 71.96%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#401AE7 (or 0x401AE7) is known color: Han Purple. HEX triplet: 40, 1A and E7. RGB value is (64,26,231). Sum of RGB (Red+Green+Blue) = 64+26+231=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 231 (90.62% from 255 or 71.96% from 321); Max value from RGB is 231 - color contains mainly: blue. Hex color #401AE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AE7 is #BFE518. Grayscale: #3B3B3B. Windows color (decimal): -12576025 or 15145536. OLE color: 15145536.

HSL color Cylindrical-coordinate representation of color #401AE7: hue angle of 251.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401AE7 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 26 231 -
CMYK 0.72 0.89 0 0.09
HSL 251.12º 0.81% 0.5% -
HSV(B) 251.12º 0.89% 0.91% -
XYZ 16.91 7.6 76.18 -
YUV 60.73 224.09 130.33 -
System Red Green Blue C M Y K H S L
Decimal 64 26 231 0.72 0.89 0 0.09 251.12 0.81 0.5
Hex 40 1A E7 48 59 0 9 FB 51 32
Octal 100 32 347 110 131 0 11 373 121 62
Binary 1000000 11010 11100111 1001000 1011001 0 1001 11111011 1010001 110010

Color Harmonies of #401AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AE7

Black with #401AE7

Text Example


Text Example

White with #401AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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