Html Css Color HEX #401EFB Han Purple

📋 copy color: '#401EFB'

red 64 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #401EFB

Tints of Han Purple #401EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.7%

 BLUE value IS 251 (98.44% from 255) = 72.75%

R = 18.55%
G = 8.7%
B = 72.75%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#401EFB (or 0x401EFB) is known color: Han Purple. HEX triplet: 40, 1E and FB. RGB value is (64,30,251). Sum of RGB (Red+Green+Blue) = 64+30+251=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #401EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EFB is #BFE104. Grayscale: #404040. Windows color (decimal): -12574981 or 16457280. OLE color: 16457280.

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

Color convert

RGB 64 30 251 -
CMYK 0.75 0.88 0 0.02
HSL 249.23º 0.97% 0.55% -
HSV(B) 249.23º 0.88% 0.98% -
XYZ 19.99 8.98 91.95 -
YUV 65.36 232.76 127.03 -
System Red Green Blue C M Y K H S L
Decimal 64 30 251 0.75 0.88 0 0.02 249.23 0.97 0.55
Hex 40 1E FB 4B 58 0 2 F9 61 37
Octal 100 36 373 113 130 0 2 371 141 67
Binary 1000000 11110 11111011 1001011 1011000 0 10 11111001 1100001 110111

Color Harmonies of #401EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EFB

Black with #401EFB

Text Example


Text Example

White with #401EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,251); }

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

background-color css

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

 a { background-color: rgb(64,30,251); }

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

border-color css

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

 span { border-color: rgb(64,30,251); }

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