Html Css Color HEX #401BEA Han Purple

📋 copy color: '#401BEA'

red 64 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #401BEA

Tints of Han Purple #401BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72%

R = 19.69%
G = 8.31%
B = 72%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#401BEA (or 0x401BEA) is known color: Han Purple. HEX triplet: 40, 1B and EA. RGB value is (64,27,234). Sum of RGB (Red+Green+Blue) = 64+27+234=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #401BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BEA is #BFE415. Grayscale: #3C3C3C. Windows color (decimal): -12575766 or 15342400. OLE color: 15342400.

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

Color convert

RGB 64 27 234 -
CMYK 0.73 0.88 0 0.08
HSL 250.72º 0.83% 0.51% -
HSV(B) 250.72º 0.88% 0.92% -
XYZ 17.36 7.81 78.44 -
YUV 61.66 225.26 129.67 -
System Red Green Blue C M Y K H S L
Decimal 64 27 234 0.73 0.88 0 0.08 250.72 0.83 0.51
Hex 40 1B EA 49 58 0 8 FB 53 33
Octal 100 33 352 111 130 0 10 373 123 63
Binary 1000000 11011 11101010 1001001 1011000 0 1000 11111011 1010011 110011

Color Harmonies of #401BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BEA

Black with #401BEA

Text Example


Text Example

White with #401BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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