Html Css Color HEX #401FF6 Han Purple

📋 copy color: '#401FF6'

red 64 ◦ green 31 ◦ blue 246

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

Shades of Han Purple #401FF6

Tints of Han Purple #401FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 72.14%

R = 18.77%
G = 9.09%
B = 72.14%

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

#401FF6 (or 0x401FF6) is known color: Han Purple. HEX triplet: 40, 1F and F6. RGB value is (64,31,246). Sum of RGB (Red+Green+Blue) = 64+31+246=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 246 (96.48% from 255 or 72.14% from 341); Max value from RGB is 246 - color contains mainly: blue. Hex color #401FF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401FF6 is #BFE009. Grayscale: #404040. Windows color (decimal): -12574730 or 16129856. OLE color: 16129856.

HSL color Cylindrical-coordinate representation of color #401FF6: hue angle of 249.21º degrees, saturation: 0.92, 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 #401FF6 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 31 246 -
CMYK 0.74 0.87 0 0.04
HSL 249.21º 0.92% 0.54% -
HSV(B) 249.21º 0.87% 0.96% -
XYZ 19.24 8.72 87.86 -
YUV 65.38 229.93 127.02 -
System Red Green Blue C M Y K H S L
Decimal 64 31 246 0.74 0.87 0 0.04 249.21 0.92 0.54
Hex 40 1F F6 4A 57 0 4 F9 5C 36
Octal 100 37 366 112 127 0 4 371 134 66
Binary 1000000 11111 11110110 1001010 1010111 0 100 11111001 1011100 110110

Color Harmonies of #401FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FF6

Black with #401FF6

Text Example


Text Example

White with #401FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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