Html Css Color HEX #401EDA Han Purple

📋 copy color: '#401EDA'

red 64 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #401EDA

Tints of Han Purple #401EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.62%

 BLUE value IS 218 (85.55% from 255) = 69.87%

R = 20.51%
G = 9.62%
B = 69.87%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#401EDA (or 0x401EDA) is known color: Han Purple. HEX triplet: 40, 1E and DA. RGB value is (64,30,218). Sum of RGB (Red+Green+Blue) = 64+30+218=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #401EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401EDA is #BFE125. Grayscale: #3C3C3C. Windows color (decimal): -12575014 or 14294592. OLE color: 14294592.

HSL color Cylindrical-coordinate representation of color #401EDA: hue angle of 250.85º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401EDA is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 30 218 -
CMYK 0.71 0.86 0 0.15
HSL 250.85º 0.76% 0.49% -
HSV(B) 250.85º 0.86% 0.85% -
XYZ 15.23 7.08 66.89 -
YUV 61.6 216.26 129.71 -
System Red Green Blue C M Y K H S L
Decimal 64 30 218 0.71 0.86 0 0.15 250.85 0.76 0.49
Hex 40 1E DA 47 56 0 F FB 4C 31
Octal 100 36 332 107 126 0 17 373 114 61
Binary 1000000 11110 11011010 1000111 1010110 0 1111 11111011 1001100 110001

Color Harmonies of #401EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EDA

Black with #401EDA

Text Example


Text Example

White with #401EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,218); }

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

background-color css

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

 a { background-color: rgb(64,30,218); }

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

border-color css

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

 span { border-color: rgb(64,30,218); }

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