Html Css Color HEX #401FED Han Purple

📋 copy color: '#401FED'

red 64 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #401FED

Tints of Han Purple #401FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.39%

R = 19.28%
G = 9.34%
B = 71.39%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#401FED (or 0x401FED) is known color: Han Purple. HEX triplet: 40, 1F and ED. RGB value is (64,31,237). Sum of RGB (Red+Green+Blue) = 64+31+237=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #401FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401FED is #BFE012. Grayscale: #3F3F3F. Windows color (decimal): -12574739 or 15540032. OLE color: 15540032.

HSL color Cylindrical-coordinate representation of color #401FED: hue angle of 249.61º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401FED is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 31 237 -
CMYK 0.73 0.87 0 0.07
HSL 249.61º 0.85% 0.53% -
HSV(B) 249.61º 0.87% 0.93% -
XYZ 17.89 8.18 80.76 -
YUV 64.35 225.43 127.75 -
System Red Green Blue C M Y K H S L
Decimal 64 31 237 0.73 0.87 0 0.07 249.61 0.85 0.53
Hex 40 1F ED 49 57 0 7 FA 55 35
Octal 100 37 355 111 127 0 7 372 125 65
Binary 1000000 11111 11101101 1001001 1010111 0 111 11111010 1010101 110101

Color Harmonies of #401FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FED

Black with #401FED

Text Example


Text Example

White with #401FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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