Html Css Color HEX #401DEC Han Purple

📋 copy color: '#401DEC'

red 64 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #401DEC

Tints of Han Purple #401DEC

RGB

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

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

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

R = 19.45%
G = 8.81%
B = 71.73%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#401DEC (or 0x401DEC) is known color: Han Purple. HEX triplet: 40, 1D and EC. RGB value is (64,29,236). Sum of RGB (Red+Green+Blue) = 64+29+236=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #401DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DEC is #BFE213. Grayscale: #3E3E3E. Windows color (decimal): -12575252 or 15473984. OLE color: 15473984.

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

Color convert

RGB 64 29 236 -
CMYK 0.73 0.88 0 0.07
HSL 250.14º 0.84% 0.52% -
HSV(B) 250.14º 0.88% 0.93% -
XYZ 17.69 8.02 79.97 -
YUV 63.06 225.6 128.67 -
System Red Green Blue C M Y K H S L
Decimal 64 29 236 0.73 0.88 0 0.07 250.14 0.84 0.52
Hex 40 1D EC 49 58 0 7 FA 54 34
Octal 100 35 354 111 130 0 7 372 124 64
Binary 1000000 11101 11101100 1001001 1011000 0 111 11111010 1010100 110100

Color Harmonies of #401DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DEC

Black with #401DEC

Text Example


Text Example

White with #401DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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