Html Css Color HEX #401BFF Han Purple

📋 copy color: '#401BFF'

red 64 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #401BFF

Tints of Han Purple #401BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.7%

R = 18.5%
G = 7.8%
B = 73.7%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#401BFF (or 0x401BFF) is known color: Han Purple. HEX triplet: 40, 1B and FF. RGB value is (64,27,255). Sum of RGB (Red+Green+Blue) = 64+27+255=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #401BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BFF is #BFE400. Grayscale: #3F3F3F. Windows color (decimal): -12575745 or 16718656. OLE color: 16718656.

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

Color convert

RGB 64 27 255 -
CMYK 0.75 0.89 0 0
HSL 249.74º 1% 0.55% -
HSV(B) 249.74º 0.89% 1% -
XYZ 20.56 9.09 95.28 -
YUV 64.06 235.76 127.96 -
System Red Green Blue C M Y K H S L
Decimal 64 27 255 0.75 0.89 0 0 249.74 1 0.55
Hex 40 1B FF 4B 59 0 0 FA 64 37
Octal 100 33 377 113 131 0 0 372 144 67
Binary 1000000 11011 11111111 1001011 1011001 0 0 11111010 1100100 110111

Color Harmonies of #401BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BFF

Black with #401BFF

Text Example


Text Example

White with #401BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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