Html Css Color HEX #401ADD Han Purple

📋 copy color: '#401ADD'

red 64 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #401ADD

Tints of Han Purple #401ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 20.58%
G = 8.36%
B = 71.06%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#401ADD (or 0x401ADD) is known color: Han Purple. HEX triplet: 40, 1A and DD. RGB value is (64,26,221). Sum of RGB (Red+Green+Blue) = 64+26+221=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #401ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ADD is #BFE522. Grayscale: #3A3A3A. Windows color (decimal): -12576035 or 14490176. OLE color: 14490176.

HSL color Cylindrical-coordinate representation of color #401ADD: hue angle of 251.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401ADD is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 26 221 -
CMYK 0.71 0.88 0 0.13
HSL 251.69º 0.79% 0.48% -
HSV(B) 251.69º 0.88% 0.87% -
XYZ 15.53 7.05 68.95 -
YUV 59.59 219.09 131.14 -
System Red Green Blue C M Y K H S L
Decimal 64 26 221 0.71 0.88 0 0.13 251.69 0.79 0.48
Hex 40 1A DD 47 58 0 D FC 4F 30
Octal 100 32 335 107 130 0 15 374 117 60
Binary 1000000 11010 11011101 1000111 1011000 0 1101 11111100 1001111 110000

Color Harmonies of #401ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401ADD

Black with #401ADD

Text Example


Text Example

White with #401ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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