Html Css Color HEX #401BEF Han Purple

📋 copy color: '#401BEF'

red 64 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #401BEF

Tints of Han Purple #401BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.42%

R = 19.39%
G = 8.18%
B = 72.42%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#401BEF (or 0x401BEF) is known color: Han Purple. HEX triplet: 40, 1B and EF. RGB value is (64,27,239). Sum of RGB (Red+Green+Blue) = 64+27+239=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #401BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BEF is #BFE410. Grayscale: #3D3D3D. Windows color (decimal): -12575761 or 15670080. OLE color: 15670080.

HSL color Cylindrical-coordinate representation of color #401BEF: hue angle of 250.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401BEF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 27 239 -
CMYK 0.73 0.89 0 0.06
HSL 250.47º 0.87% 0.52% -
HSV(B) 250.47º 0.89% 0.94% -
XYZ 18.09 8.11 82.27 -
YUV 62.23 227.76 129.26 -
System Red Green Blue C M Y K H S L
Decimal 64 27 239 0.73 0.89 0 0.06 250.47 0.87 0.52
Hex 40 1B EF 49 59 0 6 FA 57 34
Octal 100 33 357 111 131 0 6 372 127 64
Binary 1000000 11011 11101111 1001001 1011001 0 110 11111010 1010111 110100

Color Harmonies of #401BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BEF

Black with #401BEF

Text Example


Text Example

White with #401BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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