Html Css Color HEX #401BFC Han Purple

📋 copy color: '#401BFC'

red 64 ◦ green 27 ◦ blue 252

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

Shades of Han Purple #401BFC

Tints of Han Purple #401BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.47%

R = 18.66%
G = 7.87%
B = 73.47%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#401BFC (or 0x401BFC) is known color: Han Purple. HEX triplet: 40, 1B and FC. RGB value is (64,27,252). Sum of RGB (Red+Green+Blue) = 64+27+252=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #401BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BFC is #BFE403. Grayscale: #3E3E3E. Windows color (decimal): -12575748 or 16522048. OLE color: 16522048.

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

Color convert

RGB 64 27 252 -
CMYK 0.75 0.89 0 0.01
HSL 249.87º 0.97% 0.55% -
HSV(B) 249.87º 0.89% 0.99% -
XYZ 20.08 8.9 92.76 -
YUV 63.71 234.26 128.2 -
System Red Green Blue C M Y K H S L
Decimal 64 27 252 0.75 0.89 0 0.01 249.87 0.97 0.55
Hex 40 1B FC 4B 59 0 1 FA 61 37
Octal 100 33 374 113 131 0 1 372 141 67
Binary 1000000 11011 11111100 1001011 1011001 0 1 11111010 1100001 110111

Color Harmonies of #401BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BFC

Black with #401BFC

Text Example


Text Example

White with #401BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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