Html Css Color HEX #401FFF Han Purple

📋 copy color: '#401FFF'

red 64 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #401FFF

Tints of Han Purple #401FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.86%

R = 18.29%
G = 8.86%
B = 72.86%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#401FFF (or 0x401FFF) is known color: Han Purple. HEX triplet: 40, 1F and FF. RGB value is (64,31,255). Sum of RGB (Red+Green+Blue) = 64+31+255=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #401FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401FFF is #BFE000. Grayscale: #414141. Windows color (decimal): -12574721 or 16719680. OLE color: 16719680.

HSL color Cylindrical-coordinate representation of color #401FFF: hue angle of 248.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401FFF is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 31 255 -
CMYK 0.75 0.88 0 0
HSL 248.84º 1% 0.56% -
HSV(B) 248.84º 0.88% 1% -
XYZ 20.65 9.29 95.31 -
YUV 66.4 234.43 126.29 -
System Red Green Blue C M Y K H S L
Decimal 64 31 255 0.75 0.88 0 0 248.84 1 0.56
Hex 40 1F FF 4B 58 0 0 F9 64 38
Octal 100 37 377 113 130 0 0 371 144 70
Binary 1000000 11111 11111111 1001011 1011000 0 0 11111001 1100100 111000

Color Harmonies of #401FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FFF

Black with #401FFF

Text Example


Text Example

White with #401FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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