Html Css Color HEX #401BF9 Han Purple

📋 copy color: '#401BF9'

red 64 ◦ green 27 ◦ blue 249

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

Shades of Han Purple #401BF9

Tints of Han Purple #401BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 73.24%

R = 18.82%
G = 7.94%
B = 73.24%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#401BF9 (or 0x401BF9) is known color: Han Purple. HEX triplet: 40, 1B and F9. RGB value is (64,27,249). Sum of RGB (Red+Green+Blue) = 64+27+249=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #401BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BF9 is #BFE406. Grayscale: #3E3E3E. Windows color (decimal): -12575751 or 16325440. OLE color: 16325440.

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

Color convert

RGB 64 27 249 -
CMYK 0.74 0.89 0 0.02
HSL 250º 0.95% 0.54% -
HSV(B) 250º 0.89% 0.98% -
XYZ 19.61 8.71 90.27 -
YUV 63.37 232.76 128.45 -
System Red Green Blue C M Y K H S L
Decimal 64 27 249 0.74 0.89 0 0.02 250 0.95 0.54
Hex 40 1B F9 4A 59 0 2 FA 5F 36
Octal 100 33 371 112 131 0 2 372 137 66
Binary 1000000 11011 11111001 1001010 1011001 0 10 11111010 1011111 110110

Color Harmonies of #401BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BF9

Black with #401BF9

Text Example


Text Example

White with #401BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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