Html Css Color HEX #401AEC Han Purple

📋 copy color: '#401AEC'

red 64 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #401AEC

Tints of Han Purple #401AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 72.39%

R = 19.63%
G = 7.98%
B = 72.39%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#401AEC (or 0x401AEC) is known color: Han Purple. HEX triplet: 40, 1A and EC. RGB value is (64,26,236). Sum of RGB (Red+Green+Blue) = 64+26+236=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #401AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AEC is #BFE513. Grayscale: #3C3C3C. Windows color (decimal): -12576020 or 15473216. OLE color: 15473216.

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

Color convert

RGB 64 26 236 -
CMYK 0.73 0.89 0 0.07
HSL 250.86º 0.85% 0.51% -
HSV(B) 250.86º 0.89% 0.93% -
XYZ 17.62 7.88 79.95 -
YUV 61.3 226.59 129.92 -
System Red Green Blue C M Y K H S L
Decimal 64 26 236 0.73 0.89 0 0.07 250.86 0.85 0.51
Hex 40 1A EC 49 59 0 7 FB 55 33
Octal 100 32 354 111 131 0 7 373 125 63
Binary 1000000 11010 11101100 1001001 1011001 0 111 11111011 1010101 110011

Color Harmonies of #401AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401AEC

Black with #401AEC

Text Example


Text Example

White with #401AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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