Html Css Color HEX #401FF5 Han Purple

📋 copy color: '#401FF5'

red 64 ◦ green 31 ◦ blue 245

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

Shades of Han Purple #401FF5

Tints of Han Purple #401FF5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.12%

 BLUE value IS 245 (96.09% from 255) = 72.06%

R = 18.82%
G = 9.12%
B = 72.06%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#401FF5 (or 0x401FF5) is known color: Han Purple. HEX triplet: 40, 1F and F5. RGB value is (64,31,245). Sum of RGB (Red+Green+Blue) = 64+31+245=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 245 (96.09% from 255 or 72.06% from 340); Max value from RGB is 245 - color contains mainly: blue. Hex color #401FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401FF5 is #BFE00A. Grayscale: #404040. Windows color (decimal): -12574731 or 16064320. OLE color: 16064320.

HSL color Cylindrical-coordinate representation of color #401FF5: hue angle of 249.25º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401FF5 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 31 245 -
CMYK 0.74 0.87 0 0.04
HSL 249.25º 0.91% 0.54% -
HSV(B) 249.25º 0.87% 0.96% -
XYZ 19.09 8.66 87.05 -
YUV 65.26 229.43 127.1 -
System Red Green Blue C M Y K H S L
Decimal 64 31 245 0.74 0.87 0 0.04 249.25 0.91 0.54
Hex 40 1F F5 4A 57 0 4 F9 5B 36
Octal 100 37 365 112 127 0 4 371 133 66
Binary 1000000 11111 11110101 1001010 1010111 0 100 11111001 1011011 110110

Color Harmonies of #401FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FF5

Black with #401FF5

Text Example


Text Example

White with #401FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,245); }

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

background-color css

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

 a { background-color: rgb(64,31,245); }

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

border-color css

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

 span { border-color: rgb(64,31,245); }

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