Html Css Color HEX #401DFF Han Purple

📋 copy color: '#401DFF'

red 64 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #401DFF

Tints of Han Purple #401DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 18.39%
G = 8.33%
B = 73.28%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#401DFF (or 0x401DFF) is known color: Han Purple. HEX triplet: 40, 1D and FF. RGB value is (64,29,255). Sum of RGB (Red+Green+Blue) = 64+29+255=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #401DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DFF is #BFE200. Grayscale: #404040. Windows color (decimal): -12575233 or 16719168. OLE color: 16719168.

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

Color convert

RGB 64 29 255 -
CMYK 0.75 0.89 0 0
HSL 249.29º 1% 0.56% -
HSV(B) 249.29º 0.89% 1% -
XYZ 20.6 9.19 95.3 -
YUV 65.23 235.1 127.12 -
System Red Green Blue C M Y K H S L
Decimal 64 29 255 0.75 0.89 0 0 249.29 1 0.56
Hex 40 1D FF 4B 59 0 0 F9 64 38
Octal 100 35 377 113 131 0 0 371 144 70
Binary 1000000 11101 11111111 1001011 1011001 0 0 11111001 1100100 111000

Color Harmonies of #401DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DFF

Black with #401DFF

Text Example


Text Example

White with #401DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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