Html Css Color HEX #401BF6 Han Purple

📋 copy color: '#401BF6'

red 64 ◦ green 27 ◦ blue 246

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

Shades of Han Purple #401BF6

Tints of Han Purple #401BF6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

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

R = 18.99%
G = 8.01%
B = 73%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#401BF6 (or 0x401BF6) is known color: Han Purple. HEX triplet: 40, 1B and F6. RGB value is (64,27,246). Sum of RGB (Red+Green+Blue) = 64+27+246=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 246 (96.48% from 255 or 73.00% from 337); Max value from RGB is 246 - color contains mainly: blue. Hex color #401BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BF6 is #BFE409. Grayscale: #3E3E3E. Windows color (decimal): -12575754 or 16128832. OLE color: 16128832.

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

Color convert

RGB 64 27 246 -
CMYK 0.74 0.89 0 0.04
HSL 250.14º 0.92% 0.54% -
HSV(B) 250.14º 0.89% 0.96% -
XYZ 19.14 8.53 87.83 -
YUV 63.03 231.26 128.69 -
System Red Green Blue C M Y K H S L
Decimal 64 27 246 0.74 0.89 0 0.04 250.14 0.92 0.54
Hex 40 1B F6 4A 59 0 4 FA 5C 36
Octal 100 33 366 112 131 0 4 372 134 66
Binary 1000000 11011 11110110 1001010 1011001 0 100 11111010 1011100 110110

Color Harmonies of #401BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BF6

Black with #401BF6

Text Example


Text Example

White with #401BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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