Html Css Color HEX #401CFE Han Purple

📋 copy color: '#401CFE'

red 64 ◦ green 28 ◦ blue 254

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

Shades of Han Purple #401CFE

Tints of Han Purple #401CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 254 (99.61% from 255) = 73.41%

R = 18.5%
G = 8.09%
B = 73.41%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#401CFE (or 0x401CFE) is known color: Han Purple. HEX triplet: 40, 1C and FE. RGB value is (64,28,254). Sum of RGB (Red+Green+Blue) = 64+28+254=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #401CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CFE is #BFE301. Grayscale: #3F3F3F. Windows color (decimal): -12575490 or 16653376. OLE color: 16653376.

HSL color Cylindrical-coordinate representation of color #401CFE: hue angle of 249.56º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401CFE is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 28 254 -
CMYK 0.75 0.89 0 0.00
HSL 249.56º 0.99% 0.55% -
HSV(B) 249.56º 0.89% 1% -
XYZ 20.42 9.08 94.44 -
YUV 64.53 234.93 127.62 -
System Red Green Blue C M Y K H S L
Decimal 64 28 254 0.75 0.89 0 0.00 249.56 0.99 0.55
Hex 40 1C FE 4B 59 0 0 FA 63 37
Octal 100 34 376 113 131 0 0 372 143 67
Binary 1000000 11100 11111110 1001011 1011001 0 0 11111010 1100011 110111

Color Harmonies of #401CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CFE

Black with #401CFE

Text Example


Text Example

White with #401CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,28,254); }

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

background-color css

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

 a { background-color: rgb(64,28,254); }

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

border-color css

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

 span { border-color: rgb(64,28,254); }

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