Html Css Color HEX #401CF8 Han Purple

📋 copy color: '#401CF8'

red 64 ◦ green 28 ◦ blue 248

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

Shades of Han Purple #401CF8

Tints of Han Purple #401CF8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

 BLUE value IS 248 (97.27% from 255) = 72.94%

R = 18.82%
G = 8.24%
B = 72.94%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#401CF8 (or 0x401CF8) is known color: Han Purple. HEX triplet: 40, 1C and F8. RGB value is (64,28,248). Sum of RGB (Red+Green+Blue) = 64+28+248=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 248 (97.27% from 255 or 72.94% from 340); Max value from RGB is 248 - color contains mainly: blue. Hex color #401CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CF8 is #BFE307. Grayscale: #3F3F3F. Windows color (decimal): -12575496 or 16260160. OLE color: 16260160.

HSL color Cylindrical-coordinate representation of color #401CF8: hue angle of 249.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401CF8 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 28 248 -
CMYK 0.74 0.89 0 0.03
HSL 249.82º 0.94% 0.54% -
HSV(B) 249.82º 0.89% 0.97% -
XYZ 19.47 8.7 89.46 -
YUV 63.84 231.93 128.11 -
System Red Green Blue C M Y K H S L
Decimal 64 28 248 0.74 0.89 0 0.03 249.82 0.94 0.54
Hex 40 1C F8 4A 59 0 3 FA 5E 36
Octal 100 34 370 112 131 0 3 372 136 66
Binary 1000000 11100 11111000 1001010 1011001 0 11 11111010 1011110 110110

Color Harmonies of #401CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CF8

Black with #401CF8

Text Example


Text Example

White with #401CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,28,248); }

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

background-color css

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

 a { background-color: rgb(64,28,248); }

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

border-color css

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

 span { border-color: rgb(64,28,248); }

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