Html Css Color HEX #401AEB Han Purple

📋 copy color: '#401AEB'

red 64 ◦ green 26 ◦ blue 235

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

Shades of Han Purple #401AEB

Tints of Han Purple #401AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.31%

R = 19.69%
G = 8%
B = 72.31%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#401AEB (or 0x401AEB) is known color: Han Purple. HEX triplet: 40, 1A and EB. RGB value is (64,26,235). Sum of RGB (Red+Green+Blue) = 64+26+235=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #401AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AEB is #BFE514. Grayscale: #3C3C3C. Windows color (decimal): -12576021 or 15407680. OLE color: 15407680.

HSL color Cylindrical-coordinate representation of color #401AEB: hue angle of 250.91º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401AEB is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 26 235 -
CMYK 0.73 0.89 0 0.08
HSL 250.91º 0.84% 0.51% -
HSV(B) 250.91º 0.89% 0.92% -
XYZ 17.48 7.83 79.19 -
YUV 61.19 226.09 130.01 -
System Red Green Blue C M Y K H S L
Decimal 64 26 235 0.73 0.89 0 0.08 250.91 0.84 0.51
Hex 40 1A EB 49 59 0 8 FB 54 33
Octal 100 32 353 111 131 0 10 373 124 63
Binary 1000000 11010 11101011 1001001 1011001 0 1000 11111011 1010100 110011

Color Harmonies of #401AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AEB

Black with #401AEB

Text Example


Text Example

White with #401AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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