Html Css Color HEX #401DEA Han Purple

📋 copy color: '#401DEA'

red 64 ◦ green 29 ◦ blue 234

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

Shades of Han Purple #401DEA

Tints of Han Purple #401DEA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.87%

 BLUE value IS 234 (91.8% from 255) = 71.56%

R = 19.57%
G = 8.87%
B = 71.56%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#401DEA (or 0x401DEA) is known color: Han Purple. HEX triplet: 40, 1D and EA. RGB value is (64,29,234). Sum of RGB (Red+Green+Blue) = 64+29+234=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #401DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DEA is #BFE215. Grayscale: #3E3E3E. Windows color (decimal): -12575254 or 15342912. OLE color: 15342912.

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

Color convert

RGB 64 29 234 -
CMYK 0.73 0.88 0 0.08
HSL 250.24º 0.83% 0.52% -
HSV(B) 250.24º 0.88% 0.92% -
XYZ 17.41 7.91 78.45 -
YUV 62.84 224.6 128.83 -
System Red Green Blue C M Y K H S L
Decimal 64 29 234 0.73 0.88 0 0.08 250.24 0.83 0.52
Hex 40 1D EA 49 58 0 8 FA 53 34
Octal 100 35 352 111 130 0 10 372 123 64
Binary 1000000 11101 11101010 1001001 1011000 0 1000 11111010 1010011 110100

Color Harmonies of #401DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DEA

Black with #401DEA

Text Example


Text Example

White with #401DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,29,234); }

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

background-color css

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

 a { background-color: rgb(64,29,234); }

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

border-color css

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

 span { border-color: rgb(64,29,234); }

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