Html Css Color HEX #401BE6 Han Purple

📋 copy color: '#401BE6'

red 64 ◦ green 27 ◦ blue 230

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

Shades of Han Purple #401BE6

Tints of Han Purple #401BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 71.65%

R = 19.94%
G = 8.41%
B = 71.65%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#401BE6 (or 0x401BE6) is known color: Han Purple. HEX triplet: 40, 1B and E6. RGB value is (64,27,230). Sum of RGB (Red+Green+Blue) = 64+27+230=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 230 (90.23% from 255 or 71.65% from 321); Max value from RGB is 230 - color contains mainly: blue. Hex color #401BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BE6 is #BFE419. Grayscale: #3C3C3C. Windows color (decimal): -12575770 or 15080256. OLE color: 15080256.

HSL color Cylindrical-coordinate representation of color #401BE6: hue angle of 250.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401BE6 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 27 230 -
CMYK 0.72 0.88 0 0.10
HSL 250.94º 0.8% 0.5% -
HSV(B) 250.94º 0.88% 0.9% -
XYZ 16.79 7.59 75.44 -
YUV 61.21 223.26 129.99 -
System Red Green Blue C M Y K H S L
Decimal 64 27 230 0.72 0.88 0 0.10 250.94 0.8 0.5
Hex 40 1B E6 48 58 0 A FB 50 32
Octal 100 33 346 110 130 0 12 373 120 62
Binary 1000000 11011 11100110 1001000 1011000 0 1010 11111011 1010000 110010

Color Harmonies of #401BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BE6

Black with #401BE6

Text Example


Text Example

White with #401BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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