Html Css Color HEX #401BEB Han Purple

📋 copy color: '#401BEB'

red 64 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #401BEB

Tints of Han Purple #401BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.09%

R = 19.63%
G = 8.28%
B = 72.09%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#401BEB (or 0x401BEB) is known color: Han Purple. HEX triplet: 40, 1B and EB. RGB value is (64,27,235). Sum of RGB (Red+Green+Blue) = 64+27+235=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #401BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BEB is #BFE414. Grayscale: #3C3C3C. Windows color (decimal): -12575765 or 15407936. OLE color: 15407936.

HSL color Cylindrical-coordinate representation of color #401BEB: hue angle of 250.67º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401BEB is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 27 235 -
CMYK 0.73 0.89 0 0.08
HSL 250.67º 0.84% 0.51% -
HSV(B) 250.67º 0.89% 0.92% -
XYZ 17.5 7.87 79.19 -
YUV 61.78 225.76 129.59 -
System Red Green Blue C M Y K H S L
Decimal 64 27 235 0.73 0.89 0 0.08 250.67 0.84 0.51
Hex 40 1B EB 49 59 0 8 FB 54 33
Octal 100 33 353 111 131 0 10 373 124 63
Binary 1000000 11011 11101011 1001001 1011001 0 1000 11111011 1010100 110011

Color Harmonies of #401BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BEB

Black with #401BEB

Text Example


Text Example

White with #401BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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