Html Css Color HEX #401EFC Han Purple

📋 copy color: '#401EFC'

red 64 ◦ green 30 ◦ blue 252

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

Shades of Han Purple #401EFC

Tints of Han Purple #401EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.83%

R = 18.5%
G = 8.67%
B = 72.83%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#401EFC (or 0x401EFC) is known color: Han Purple. HEX triplet: 40, 1E and FC. RGB value is (64,30,252). Sum of RGB (Red+Green+Blue) = 64+30+252=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #401EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EFC is #BFE103. Grayscale: #404040. Windows color (decimal): -12574980 or 16522816. OLE color: 16522816.

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

Color convert

RGB 64 30 252 -
CMYK 0.75 0.88 0 0.01
HSL 249.19º 0.97% 0.55% -
HSV(B) 249.19º 0.88% 0.99% -
XYZ 20.15 9.05 92.78 -
YUV 65.47 233.26 126.95 -
System Red Green Blue C M Y K H S L
Decimal 64 30 252 0.75 0.88 0 0.01 249.19 0.97 0.55
Hex 40 1E FC 4B 58 0 1 F9 61 37
Octal 100 36 374 113 130 0 1 371 141 67
Binary 1000000 11110 11111100 1001011 1011000 0 1 11111001 1100001 110111

Color Harmonies of #401EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EFC

Black with #401EFC

Text Example


Text Example

White with #401EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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