Html Css Color HEX #401FEB Han Purple

📋 copy color: '#401FEB'

red 64 ◦ green 31 ◦ blue 235

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

Shades of Han Purple #401FEB

Tints of Han Purple #401FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

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

R = 19.39%
G = 9.39%
B = 71.21%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#401FEB (or 0x401FEB) is known color: Han Purple. HEX triplet: 40, 1F and EB. RGB value is (64,31,235). Sum of RGB (Red+Green+Blue) = 64+31+235=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #401FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401FEB is #BFE014. Grayscale: #3F3F3F. Windows color (decimal): -12574741 or 15408960. OLE color: 15408960.

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

Color convert

RGB 64 31 235 -
CMYK 0.73 0.87 0 0.08
HSL 249.71º 0.84% 0.52% -
HSV(B) 249.71º 0.87% 0.92% -
XYZ 17.6 8.07 79.23 -
YUV 64.12 224.43 127.91 -
System Red Green Blue C M Y K H S L
Decimal 64 31 235 0.73 0.87 0 0.08 249.71 0.84 0.52
Hex 40 1F EB 49 57 0 8 FA 54 34
Octal 100 37 353 111 127 0 10 372 124 64
Binary 1000000 11111 11101011 1001001 1010111 0 1000 11111010 1010100 110100

Color Harmonies of #401FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FEB

Black with #401FEB

Text Example


Text Example

White with #401FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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